forked from louketo/louketo-proxy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move openidpproxyconfig to checks #2
Open
p53
wants to merge
120
commits into
p53:master
Choose a base branch
from
gogatekeeper:move-openidpproxyconfig-to-checks
base: master
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.
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
* Update golangci to latest, having errors when running * Disable some linters * Disable some linters Co-authored-by: Pavol Ipoth <[email protected]>
* Modify docker build files to work with new name * Add mkdir bin to makefile docker-build Co-authored-by: Pavol Ipoth <[email protected]>
…pelling makefile target (#14) Co-authored-by: Pavol Ipoth <[email protected]>
#15) Co-authored-by: Pavol Ipoth <[email protected]>
Co-authored-by: Pavol Ipoth <[email protected]>
* Update docu after migration to go-gatekeeper * Remove references to louketo * Add chat to docu * Remove louketo from issue templates * Add proper docker images references * Remove docker.io from readme * Update docu Co-authored-by: Pavol Ipoth <[email protected]>
Fix docs header
Fix binary name in docu
* Verify id token not access token * Refactor to replace old oidc/jose * Update oidc+jose library * Remove old jose leftovers * Fix golint errors after update oidc/jose * Remove old oidc package * Turn off issuer check in access token validation * Add SkipAccessTokenClientIDCheck, SkipAccessTokenIssuerCheck flags * Raise number of allowed func lines for golint * Refactor getIdentity function to not return rawToken as it is already in userContext * Remove token field from userContext, not used * Remove token field from userContext, not used * Remove redundant email logging Co-authored-by: Pavol Ipoth <[email protected]>
Fix rawToken/acctoken after refreshing, it also resulted in bad x-aut…
…ssuer-check to docu
Add new options skip-access-token-clientid-check, skip-access-token-i…
Signed-off-by: sheetalsingala <[email protected]>
Update docu to include 1.2.0 versions, fix forwarding example
Update docu to include 1.2.0 version in README
Fix splitting headers key/value when more than one equal sign there #23
Remove ClientAuthMethod
* Fix SkipOpenIDProviderTLSVerify and add tests for it * Fix linting * Adding SkipOpenIDProviderTLSVerify for login/logout Handlers * Add oidc tls skip verify to forwarding proxy/refreshing token * Pass only proxyConfig to getRefreshedToken
…e with refresh token enabled
* Refactor Dockerfile, use scratch as base image, make static binary * Add certificates to docker image
Fix goreleaser config
* Remove caret from go version in release github, it has different meaning
* Add sleep to TestIsExpired
* Specify version of k3d github action to 1.5.0
* Fix TestGetRequestHostURL * Raise token retrieval timeout in e2e test
* Raise provider timeout in e2e test
* Make possible to specify minimal TLS version * Add tests+docs for TLSMinVersion option Co-authored-by: Jakub Onderka <[email protected]>
* fix: token expired error message * Add tests for refresh token expiration Co-authored-by: PraserX <[email protected]>
* Allow custom http method * Fixed config validation, fixed config env definition * Rewrite custom http method checks, tests * Add docu for custom-http-methods Co-authored-by: PraserX <[email protected]>
* Make nicer formatting in server.go * Update package golang.org/x/text, security
Co-authored-by: PraserX <[email protected]>
* add-mock-server * Add application mock to k8s manifest
* Add methods for validation * Refactor config IsValid and add tests
Co-authored-by: PraserX <[email protected]>
* Refactor newOpenIDPProvider method, prepare for new features * Update github actions
ccb781e
to
90a7e0d
Compare
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.
Title
Summary
Type
[] Bug fix
[] Feature request
[] Enhancement
[] Docs
Why?
Requirements
How to try it?
Documentation
Additional Information
Checklist: