Description:
This is an issue of Quay 3.11 new feature "Allow team synchronization via OIDC on Azure", when the authentication_type is OIDC, Quay Customers should be able to use Docker/Podman Client to login Quay Image Registry via OIDC authentication rather than database authentication, pls review this issue.
Quay: quay-operator-bundle-container-v3.11.0-29
Quay Config.yaml:
AUTHENTICATION_TYPE: OIDC FEATURE_TEAM_SYNCING: true FEATURE_NONSUPERUSER_TEAM_SYNCING_SETUP: true AZUREID_LOGIN_CONFIG: CLIENT_ID: ****** CLIENT_SECRET: ****** LOGIN_SCOPES: [ 'openid', 'roles' ] PREFERRED_GROUP_CLAIM_NAME: groupNames OIDC_SERVER: https://login.microsoftonline.com/250926f3-c788-4a52-acfa-e3aac5386ac1/v2.0/ SERVICE_NAME: AzureAD
- impacts account
-
PROJQUAY-6873 Login via CLI when Authentication type is OIDC
-
- Closed
-
- links to