infra
infra copied to clipboard
Infra provides authentication and access management to servers and Kubernetes clusters.
some people don't want to support local users, since all users are coming from their IDP. - allow disabling local users from config - and expose this setting to the...
## Describe the bug When adding a connector with a duplicate name, it'll just show connected again without informing the user that it's a duplicate.
Update: many of the changes from the original draft were merged as part of #3103 This PR is a demonstration / proof-of-concept, that shows a different approach to our API...
when https://github.com/golang/go/pull/48979 is merged and we are using it, revert https://github.com/infrahq/infra/pull/657
``` The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale...
## Is your feature request related to a problem? Please describe. Infra roles are currently hard-coded things that exist in the codebase. This deprives us of an opportunity to use...
## Describe the bug If a group synchronized from an identity provider has a comma in the name it causes an error on login. ## Expected behavior Login succeeds and...
We have a number of issues about pruning stale/expired items: * expired access keys * #2440 * #1726 We need some way to periodically remove these and other entities that...
Today the connector expects to be run from a kube pod. It looks for files that are setup by kube when the pod is deployed. Those are great defaults, but...
Add a running loop to cleanup old destinations. If a destination has `LastSeenAt` older than 1h, delete it.