infra
infra copied to clipboard
Infra provides authentication and access management to servers and Kubernetes clusters.
## Describe the bug when a user receives an email inviting them to the org, the link is hidden in a lot of sendgrid tracking so its hard to know...
To help guide users for onboarding, we should have improved zero states.
To support environments where users may not have a browser environment (e.g. a server, or inside a contianer), Infra should support OAuth Device Flow. This would also create a consistent...
## Is your feature request related to a problem? Please describe. When we upgrade an Infra server it is really inconvenient to update each connector in all of the connected...
## Describe the bug The UI proxy acts as a catch-all route for incoming requests. This has the side effect of routing any unknown endpoints to the UI even if...
## Is your feature request related to a problem? Please describe. If you only have the roles predefined by kubernetes and Infra, then no typeahead is not a problem. But...
We never use the `GetGrant` (get grant by ID) API endpoint. We always list grants and delete by ID. This makes sense because there's no way of getting an ID...
eg a search for a resource named `production.*` should return grants with resources named: production production.mynamespace production.mynamespace.secrets.foo see https://github.com/infrahq/infra/blob/58167809cda92d512bcb35eee9ade834a2c376d6/internal/connector/connector.go#L606-L620