-
Notifications
You must be signed in to change notification settings - Fork 179
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
Enable OAuth2 authentication #602
Closed
Closed
Conversation
This file contains 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
✅ Deploy Preview for opal-docs canceled.
|
…ld-routes-from-the-pdp-opal Removing data from policy_store/config route and deprecating this route
* Added missing build steps for permitio/opal-client-cedar docker image * Added missing test steps for permitio/opal-client-cedar docker image
The tests rely on that, and this value also depends on local git configuration
…ld-routes-from-the-pdp-opal-1 Fix env var description
…nn-failure-from-watcher-task BasePolicyWatcherTask: Signal stop if broadcaster fails to connect
…nnect" This reverts commit 3fba32e.
* Changed pygit2 requirement * dan/per-10181-release-a-new-opal-client-cedar-version (permitio#605) * Added missing build steps for permitio/opal-client-cedar docker image * Added missing test steps for permitio/opal-client-cedar docker image * Update tests.yml * Fix env var description * BasePolicyWatcherTask: Signal stop if broadcaster fails to connect * Random documentation fixes * Fix tests to explicitly choose 'master' as default branch The tests rely on that, and this value also depends on local git configuration * Tests: Change test server ports to avoid collisions * Dokcer test: No need to build test image for client cedar since we don't test it --------- Co-authored-by: Oded <oded@permit.io> Co-authored-by: roekatz <roe@roekatz.com>
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-ZIPP-7430899
…n-failure-handling Revert "BasePolicyWatcherTask: Signal stop if broadcaster fails to connect"
Bump version to 0.7.8
Remove buggy build of cedar-client for testing
CI: Comment out failing opal cedar client build
@ojecborec Rebasing on top of |
# Conflicts: # packages/opal-common/opal_common/authentication/jwk.py # packages/opal-common/opal_common/authentication/oauth2.py # packages/requires.txt
# Conflicts: # packages/requires.txt
# Conflicts: # packages/opal-common/opal_common/authentication/jwk.py # packages/opal-common/opal_common/authentication/oauth2.py # packages/requires.txt
Replaced by #646 |
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.
Hello OPAL team. Following PR is enabling OAuth2 authentication for both server and client. Client would send access token generated by Client Credentials grant and server would validate this token by either calling introspect endpoint or reading JWT signature.
Please note that I'm not python developer. Any suggestions are welcomed. There's also missing documentation.
To configure OPAL client Docker container.
To configure OPAL server Docker container.
Let me know what you think.