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

Enhance provider to work with XO api token based auth #314

Merged
merged 3 commits into from
Mar 15, 2024

Conversation

ddelnano
Copy link
Collaborator

@ddelnano ddelnano commented Mar 13, 2024

Summary: Enhance provider to work with XO api token based auth

The XO lab was migrated to use OpenID connect exclusively and only allows API access via authentication tokens. This means the jenkins build is broken until the provider is capable of authenticating through this new mechanism. This resolves #313

Testing Done

  • New tests verify expected behavior for both auth schemes

Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
@ddelnano ddelnano force-pushed the ddelnano/allow-token-auth-to-fix-jenkins branch 14 times, most recently from 8cb04c5 to a94a741 Compare March 14, 2024 06:23
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
@ddelnano ddelnano force-pushed the ddelnano/allow-token-auth-to-fix-jenkins branch from a94a741 to 36d28f4 Compare March 14, 2024 06:27
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
@ddelnano ddelnano force-pushed the ddelnano/allow-token-auth-to-fix-jenkins branch from 015e4ce to d83313f Compare March 15, 2024 01:38
@ddelnano ddelnano merged commit 73353b8 into master Mar 15, 2024
4 checks passed
@ddelnano ddelnano deleted the ddelnano/allow-token-auth-to-fix-jenkins branch March 15, 2024 04:31
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.

Allow provider to be configured with auth token instead of username and password
1 participant