pinniped
pinniped copied to clipboard
Pinniped is the easy, secure way to log in to your Kubernetes clusters.
**Is your feature request related to a problem? Please describe.** Document on the web site how to configure the impersonation proxy using the features built in #617. **Describe the solution...
**Is your feature request related to a problem? Please describe.** We'd like to use Pinniped in IPv6 Kubernetes clusters. I'm opening this issue to track things that need to be...
**Is your feature request related to a problem? Please describe.** As a user creating an LDAPIdentityProvider, due to the nature of LDAP having a very flexible schema, I need to...
GitHub supports an OAuth2-based flow, but is not an OIDC provider and does not work with our current APIs. We should support GitHub as a first-class IDP including group support.
Google login works today via the OIDCIdentityProvider CRD, but lacks group support since Google does not include groups in the ID token. We should add first-class support for Google as...
We have some controllers such as the Supervisor "upstream watcher" controllers that defined condition "reason" codes. These are effectively part of our public API. We should make sure that all...
To make it easier to test out the latest bleeding edge code, every merge to `main` should update a pre-release that could used like so: ```sh kubectl apply -f https://get.pinniped.dev/main/install-pinniped-concierge.yaml...
Sometimes stuff breaks. It would nice to have docs that we could point folks to in regards to collecting logs as well as understanding what the logs mean. As we...
Does Pinniped support Rancher clusters? It should, this is a popular distribution of Kubernetes.
TODO **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution...