Pinniped (k8s)
Notes
Pinniped provides identity services to Kubernetes.
- Easily plug in external identity providers into Kubernetes clusters while offering a simple install and configuration experience. Leverage first class integration with Kubernetes and kubectl command-line.
- Give users a consistent, unified login experience across all your clusters, including on-premises and managed cloud environments.
- Securely integrate with an enterprise IDP using standard protocols or use secure, externally managed identities instead of relying on simple, shared credentials.
site : https://pinniped.dev/
Release notes
v0.14.0
· 1y+
Release v0.14.0
Release Image
| Image | Registry |
|---|---|
ghcr.io/vmware-tanzu/pinniped/pinniped-server:v0.14.0 |
GitHub Container Registry |
docker.io/getpinniped/pinniped-server:v0.14.0 |
DockerHub |
These images can also be referenced by their digest: sha256:57bbeebec0995bfa852e0b530198985fc369c2ac94b5d5c3063ee20e47e7bd5e.
Changes
This is a bug fix release for an incompatibility between the Pinniped CLI and Chrome v98+ (released Feb 1, 2022) that caused browser based logins to fail.
Bug Fixes
- Pinniped now responds to CORS preflight calls against the CLI's localhost listener. (#987, #989) This change is to address the new preflight calls that Chrome started sending in v98. For more details, see: https://developer.chrome.com/blog/private-network-access-preflight
Diffs
A complete list of changes (22 commits, 14 changed files with 563 additions and 149 deletions) can be found here.
Acknowledgements
- Thank you to @kdihalas @simox-83 @pksheldon4 and @Evalle for reporting this issue.
Updates
The attached yaml files were updated on May 6, 2024 to use ghcr.io/vmware-tanzu/pinniped/pinniped-server instead of projects.registry.vmware.com/pinniped/pinniped-server.