forked from oauth2-proxy/oauth2-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Oauth proxy head repo #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
Open
robert-cnvrg
wants to merge
717
commits into
AccessibleAI:api-token-support
Choose a base branch
from
oauth2-proxy:master
base: api-token-support
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Oauth proxy head repo #2
robert-cnvrg
wants to merge
717
commits into
AccessibleAI:api-token-support
from
oauth2-proxy:master
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
docs: Fix broken links in README.md
…-golang-1.x chore(deps): update docker.io/library/golang docker tag to v1.22
…digest chore(deps): update golang.org/x/exp digest to ec58324
…5-ojg-1.x chore(deps): update module github.com/ohler55/ojg to v1.21.1
chore(deps): update alpine docker tag to v3.19.1
…-api-0.x chore(deps): update module google.golang.org/api to v0.164.0
…-proxy-mockoidc-digest chore(deps): update github.com/oauth2-proxy/mockoidc digest to 6186c30
# Conflicts: # .github/workflows/publish-release.yml # contrib/local-environment/docker-compose-gitea.yaml
chore: Updated go-jwt to v5
Fix link to Google documentation
…digest chore(deps): update golang.org/x/exp digest to 814bf88
chore: Added renovate configuration
chore(deps): update npm
modify timestamp format in docs
Signed-off-by: Josef Johansson <[email protected]>
* chore(deps): update gomod Co-authored-by: Jan Larwig <[email protected]>
…curity] (#3003) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…3.x release (#3011) Signed-off-by: Jan Larwig <[email protected]>
* update to release version v7.8.2 * docs: release letter --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Larwig <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: egibs <[email protected]>
* Update gitlab.md with correct url for creating an application * docs: fix gitlab docs url for oauth2 integration --------- Co-authored-by: Jan Larwig <[email protected]>
…3001) * Update Go version in devcontainer * Add option to change response mode in authorization request * Fix option name * Update docs and changelog * Rename config value to underscore * Add unit tests for added parameter * Move change to upcoming release * Generate alpha config --------- Co-authored-by: Michael Cornel <[email protected]>
chore(deps): update docker-compose
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* add --deny-invalid-bearer-tokens * update changelog * PR feedback, update api-routes description * update --api-routes description * revert load_test fix that I needed locally --------- Co-authored-by: Justin Ryan <[email protected]>
* fix: use federated credentials to refresh token in entra id * fix: add some error handling * chore: update changelog * chore: update comments * chore: update comments * doc: reference entra id docs and clearer phrasing of comments Signed-off-by: Jan Larwig <[email protected]> --------- Signed-off-by: Jan Larwig <[email protected]> Co-authored-by: Jan Larwig <[email protected]>
--------- Signed-off-by: Jan Larwig <[email protected]> Co-authored-by: Jan Larwig <[email protected]>
…ng a default help target (#2930)
* Fix wrong token used in Keycloak OIDC provider * Update CHANGELOG for PR #1916 * Update tests * fix: keycloak oidc role extraction --------- Co-authored-by: Jan Larwig <[email protected]>
* fix: parse JWT profile claims * Comment with OIDC specs reference * fix: formatting * Updated changelog --------- Co-authored-by: Jan Larwig <[email protected]>
* add new docs version 7.9.x * update to release version v7.9.0 * doc: add changelog summary --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jan Larwig <[email protected]>
* docs: clear up multiple-providers is unimplemented Currently this configuration option is held up by #926. So users don't assume this solution will work for them, and later find the feature is not yet implemented -- own the shortcoming clearly. * doc: add note about missing multi provider implementation to versioned docs --------- Signed-off-by: Jan Larwig <[email protected]> Co-authored-by: Jan Larwig <[email protected]>
Signed-off-by: Jan Larwig <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Use Go 1.23 stdlib instead: slices, maps.
* chores: fix staticcheck QF1012 Fix use of fmt.Sprintf when writing to a writer. https://staticcheck.dev/docs/checks/#QF1012 #3060 * chores: fix staticcheck QF1003 Use switch instead of multiple if/else. https://staticcheck.dev/docs/checks/#QF1003 #3060 * chores: exclude staticcheck QF1008 for now We aim to migrate golangci-lint to v2 Let's disable QF1008 (Omit embedded fields from selector expression) for now. https://staticcheck.dev/docs/checks/#QF1008 * chores: fix golangci config: run.deadline -> timeout Rename config option to match v1 documentation: deadline -> timeout. https://golangci.github.io/legacy-v1-doc/usage/configuration/#run-configuration This error has been spotted by golangci-lint v2 migration tool. * chores: fix staticcheck QF1012
.golangci.yml migrated with "golangci-lint migrated" and then tweaked to add comments back.
* fix for github teams * Update github.go * added errorhandling * Update github.md * refactored GitHub provider refactored hasOrg, hasOrgAndTeams and hasTeam into hasAccess to stay within function limit * reverted Refactoring * refactored github.go - joined hasOrgAndTeamAccess into checkRestrictions * refactored github.go - reduced number of returns of function checkRestrictions to 4 * updated GitHub provider to accept legacy team ids * GoFmt and golangci-lint Formatted with GoFmt and followed recommendations of GoLint * added Tests added Tests for checkRestrictions. * refactored in maintainer feedback * Removed code, documentation and tests for legacy ids * add changelog and update docs --------- Signed-off-by: Jan Larwig <[email protected]> Co-authored-by: Jan Larwig <[email protected]>
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.
No description provided.