infra
infra copied to clipboard
Infra provides authentication and access management to servers and Kubernetes clusters.
## Is your feature request related to a problem? Please describe. To sign-up a new organization in a multi-tenant deployment it should be possible to register a new organization and...
## Summary Adds a formal error message (along with the actual error) for cert mismatching the server. ## Related Issues Resolves #2898
For now we should rename this to "Login with Azure Active Directory" or "Login with Azure AD" Eventually we should rename this to "Login with Microsoft" with the standard Microsoft...
## Describe the bug When listing grants in the CLI, I get the error message `Error: unknown user for ID `. ## Expected behavior The user should see the list...
## Describe the bug When the Infra server starts the following error can sometimes be seen: ``` {"level":"error","rows":0,"query":"SAVEPOINT beforeCreate","elapsed":0.925375,"error":"ERROR: SAVEPOINT can only be used in transaction blocks (SQLSTATE 25P01)","time":1660162230114,"caller":"[email protected]/postgres.go:201"} ```...
infra version should return the arch build the server is running, to aid in debugging. This is very useful if running a cpu profile, as it's only readable against the...
## Summary Set up and configure postgres in helm. Needs #2568 to have most of the value since that PR removes the other requirement for a infra-server PVC ### TODO...
## Summary When creating a server deployment, if a DB encryption key isn't supplied, create one as a kubernetes secret and mount it into the server pod. This is nicer...
Create an access key for a user provided by Okta (or Google/Azure AD) and use it imperatively: ``` export INFRA_SERVER=infra.acme.com export INFRA_ACCESS_KEY=x.y infra login infra use cluster kubectl get pods...