-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for issue a token from an IdentityProvider using OAuth2 or OpenIDConnect client_credential
grant.
#926
Labels
feature request
New feature request (template-set)
Comments
decko
added
feature request
New feature request (template-set)
Triage-Needed
Needs to be reviewed at next pulp-cli mtg
labels
Mar 18, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Mar 18, 2024
Please have a look at container registries. |
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 11, 2024
authentication method. Closes pulp#926
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 11, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 22, 2024
authentication method. Closes pulp#926
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 22, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 25, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Jul 25, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 9, 2024
authentication method. Closes pulp#926
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 9, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 9, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 9, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 22, 2024
authentication method. Closes pulp#926
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 22, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 22, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 22, 2024
decko
added a commit
to decko/pulp-cli
that referenced
this issue
Aug 22, 2024
ggainey
pushed a commit
that referenced
this issue
Aug 22, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
Using OAuth2 or OpenIDConnect
client_credential
grant, we can issue a token from an third party Identity Provider to be used to authenticate against Pulp or an API Gateway in front of it. Thisaccess_token
would be sent as anAuthorization
header along the request to the Pulp instance.Examples
As an example we could use:
pulp --client_id <client_id> --client_secret <client_secret> --token_url <https://identityprovider.com/oidc/token> status
to request pulp status.
The text was updated successfully, but these errors were encountered: