v0.4.1
Release v0.4.1
Release Images
Image | Registry |
---|---|
ghcr.io/vmware-tanzu/pinniped/pinniped-server:v0.4.1 |
GitHub Container Registry |
docker.io/getpinniped/pinniped-server:v0.4.1 |
DockerHub |
Changes
Major Changes
None
Minor Changes
There is only one change included compared to v0.4.0:
- When the the Supervisor is configured to use the upstream OIDC Provider's
email
claim as the downstreamusername
, then validate that theemail_verified
claim has the valuetrue
if theemail_verified
claim was included in the upstream ID token. If theemail_validated
claim is not included in the upstream ID token, then assume that the upstream provider doesn't implement it and allow the login to continue. This change only impacts configurations where the configured upstream OIDC Provider supports theemail_verified
claim, which is usually supported Providers which allow users to either self-register for an account or modify their email addresses on an existing account.
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
.