forked from googleapis/google-auth-library-python
-
Notifications
You must be signed in to change notification settings - Fork 0
chore: finalize Phase 1 — Linux support, test configs, and README updatesPhase1 pr #2
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* chore: update token * chore: update token
…p/templates/python_library/.kokoro (googleapis#1226) Source-Link: https://togithub.com/googleapis/synthtool/commit/bb171351c3946d3c3c32e60f5f18cee8c464ec51 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:f62c53736eccb0c4934a3ea9316e0d57696bb49c1a7c86c726e9bb8a2f87dadf
* fix: Remove 3PI config url validation * add security consideration in doc * Break the security consideration into workload and woorkforce section --------- Co-authored-by: Leo <[email protected]>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
* fix: Improve ADC related errors and warnings * Run lint and blacken * Refresh system test credentials
…leapis#1240) Source-Link: googleapis/synthtool@5f2a608 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:8555f0e37e6261408f792bfd6635102d2da5ad73f8f09bcb24f25e6afb5fac97 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
…pis#1241) * fix: don't retry if error or error_description is not string * chore: fix flaky sample test * chore: update sys test cred
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
If they are the same, use applicationId. If they are different, first use relyingPartyId and retry with applicationId. This allows security keys enrolled with both u2f and WebAuthN to work with the Reauth API. Co-authored-by: arithmetic1728 <[email protected]>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…gleapis#1253) Source-Link: googleapis/synthtool@92006bb Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:2e247c7bf5154df7f98cce087a20ca7605e236340c7d6d1a14447e5c06791bd6 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: Anthonios Partheniou <[email protected]>
* fix: Python: Remove awl url validation * fix: lint failed due to an unused import * update token
…ogleapis#1258) * feat: experimental service account iam endpoint flow for id token * update * update * update test * address comment
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…one (googleapis#1265) * fix: print out reauth plugin error and raise if challenge output is None * chore: add test * chore: update sys test cred
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…s the existing. (googleapis#1267) * fix: Do not create new JWT credentials if they make the same claims as the existing.
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
…ount sys test (googleapis#1278) * test: remove app engine sys test * test: disable test_aws_based_external_account sys test * update tests
Swapped from reStructuredText to Markdown for improved readability, badge support, and contributor clarity. This version of the README: - Retains full respect and gratitude for the original authors. - Clarifies project goals and roadmap. - Adds visual indicators for project health and openness to contributors.
…m, and token coverage for test_refresh_includes_expected_headers_and_query_params
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
✅ Phase 1 Milestone Complete
This PR includes final updates to lock Phase 1:
run_tests.shfor Linux usersREADME.mdwith cross-platform setup instructionsrequirements.txtfor dev environment setuppytest.inito isolate tests to Phase 1This marks the official completion of Phase 1. Next step: Phase 2 roadmap.