Skip to content
This repository was archived by the owner on Sep 12, 2025. It is now read-only.

CaravanaCloud/plateng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plateng

Platform Engineering

TODO:

  • Identity Managemetn (Keycloak)

curl --request GET
--url "https://api.github.com/octocat"
--header "Authorization: Bearer $GITHUB_TOKEN"
--header "X-GitHub-Api-Version: 2022-11-28"

curl -H "Authorization: bearer $GITHUB_TOKEN" -X POST -d "
{
"query": "query { viewer { login }}"
}
" https://api.github.com/graphql

About

Platform Engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published