We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
When harbor is configured with OIDC authentification, all the requests needs to be authenticated using bearer token. Related:
bearer token
Describe the solution you'd like
Add the ability to inject bearer token within the provider configuration
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered:
Any chance, to be able soon, to authenticate within the provider at a Harbor instance via a bearer token?
Sorry, something went wrong.
enable bearer token auth
53ff1bf
fixes goharbor#383 this is largely a copy/paste of goharbor#384 by @ilyesAj with the changes requested by @flbla
c089789
fixes goharbor#383 this is largely a copy/paste of goharbor#384 by @ilyesAj with the changes requested by @flbla Signed-off-by: robert lestak <[email protected]>
enable bearer token auth (#409)
a2eb1bd
fixes #383 this is largely a copy/paste of #384 by @ilyesAj with the changes requested by @flbla --------- Signed-off-by: robert lestak <[email protected]> Signed-off-by: flbla <[email protected]> Co-authored-by: flbla <[email protected]>
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
When harbor is configured with OIDC authentification, all the requests needs to be authenticated using
bearer token
.Related:
Describe the solution you'd like
Add the ability to inject bearer token within the provider configuration
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: