pinniped
pinniped copied to clipboard
Pinniped is the easy, secure way to log in to your Kubernetes clusters.
#780 pointed out a gap in our testing. Here is a thought for a test that could give us the coverage we need: Prep phase: 1. Run a non-headless chrome...
WIP **Release note**: ```release-note TODO ```
Some IDPs have user claims that are, e.g., integer user IDs. We should make sure these correctly pass through Pinniped. In Kubernetes, they must eventually end up as strings, but...
Compatibility between Cli, Supervisor and Concierge needs to be validated and documented. As a User, I would like to know which cli versions work with which supervisor and concierge versions...
TODO: - [x] Lets change this to a dedicated debugging page - [x] Move the env var to this page - [x] Add the debugging yaml to this page -...
Currently, all Supervisor sessions are treated equally in terms of token lifetimes and session length. This PR demonstrates how the Supervisor could dynamically determine token lifetimes and session length based...
Rendered proposal text [can be viewed here](https://github.com/vmware-tanzu/pinniped/blob/github_proposal/proposals/1859_github-auth/README.md) (until this PR is merged, and then it could be viewed [here](https://github.com/vmware-tanzu/pinniped/blob/main/proposals/1859_github-auth/README.md)).
### Proposal Tracking Issue - Proposal: https://github.com/vmware-tanzu/pinniped/pull/1860 - Discussion Links: - TBD - Pull requests: - TBD
**Is your feature request related to a problem? Please describe.** Currently the cipher suites used by pinniped for TLS are hard-coded. So there is no way to configure them based...
Simplify buildtags and dockerfiles. Requires #1647 to be merged first.