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

Update ads.set_auth() to use both customized config and signer #371

Merged
merged 2 commits into from
Oct 16, 2023

Conversation

qiuosier
Copy link
Member

When users passed in both config and signer in ads.set_auth(), the config is ignored and only the signer is used at the moment. For the use case similar to session token signer, information from the config is also needed.

This PR updates the behavior to use both config and signer if they are both passed into ads.set_auth().

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Oct 10, 2023
@github-actions
Copy link

📌 Cov diff with main:

No success to gather report. 😿

📌 Overall coverage:

No success to gather report. 😿

@github-actions
Copy link

📌 Cov diff with main:

Coverage-100%

📌 Overall coverage:

Coverage-71.16%

@qiuosier qiuosier merged commit 1bc4b18 into main Oct 16, 2023
14 checks passed
@qiuosier qiuosier deleted the auth_config branch October 17, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants