Skip to content
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 Google Application Default Credentials as a proxy auth mechanism #421

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MFAshby
Copy link

@MFAshby MFAshby commented Jul 2, 2024

Google auth will use Google Application Default Credentials present in the environment to add a Bearer token to HTTP requests. This allows nexus to be configured on supported environments for Workload Identity and avoids the need for service account keys.

Fixes: #420

Google auth will use Google Application Default Credentials present in
the environment to add a Bearer token to HTTP requests. This allows
nexus to be configured on supported environments for Workload Identity
and avoids the need for service account keys.

Fixes: sonatype#420
@MFAshby
Copy link
Author

MFAshby commented Jul 2, 2024

I haven't yet been able to successfully build and boot nexus to test this;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support google application default credentials
1 participant