-
Notifications
You must be signed in to change notification settings - Fork 4
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
[BREAKING] feat/refactor/docs: multiple providers, large refactor, configurable ticking interval, fix for jwks endpoint has different host #99
base: main
Are you sure you want to change the base?
Commits on Nov 4, 2024
-
feat(discovery): multiple oidc providers
* plugin can now have more than one oidc provider * the discovery will load information from all providers * user selects the provider on an auth page if there is >1 provider * more logs * more comments TODO: * error handling * performance and linting * large refactoring to file structure This is just a POC! THIS IS A BREAKING CHANGE! Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 994cb31 - Browse repository at this point
Copy the full SHA 994cb31View commit details -
refactor: split into separate files
* add auth.rs for code flow * rename cookies.rs to session.rs * add pause.rs Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e9f61b - Browse repository at this point
Copy the full SHA 6e9f61bView commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 301ba4c - Browse repository at this point
Copy the full SHA 301ba4cView commit details -
refactor: error page is now generic
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7866042 - Browse repository at this point
Copy the full SHA 7866042View commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3315846 - Browse repository at this point
Copy the full SHA 3315846View commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f36a1ba - Browse repository at this point
Copy the full SHA f36a1baView commit details -
fix: add footer to auth page and layout fixes
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74060f7 - Browse repository at this point
Copy the full SHA 74060f7View commit details -
chore(deps): bump serde, serde_json, regex & sort deps
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 273ec33 - Browse repository at this point
Copy the full SHA 273ec33View commit details -
docs: move social-graphic to .github/assets
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47690cf - Browse repository at this point
Copy the full SHA 47690cfView commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c72c56 - Browse repository at this point
Copy the full SHA 4c72c56View commit details -
fix(discovery): implement Display for ResolverState
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b70a756 - Browse repository at this point
Copy the full SHA b70a756View commit details -
fix(logs): pretty print discovery reponses debug logs
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b03a41 - Browse repository at this point
Copy the full SHA 8b03a41View commit details -
refactor/docs: naming change, more comments and log level changes
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c63bcc1 - Browse repository at this point
Copy the full SHA c63bcc1View commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b7d4ea0 - Browse repository at this point
Copy the full SHA b7d4ea0View commit details -
fix(html): fixed height for all providers cards
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0cfa8c9 - Browse repository at this point
Copy the full SHA 0cfa8c9View commit details -
docs: update readme and examples with multiple providers logic
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 866e100 - Browse repository at this point
Copy the full SHA 866e100View commit details -
feat(discovery): configurable
ticking_interval_in_ms
controls tickingSigned-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4a5a61 - Browse repository at this point
Copy the full SHA b4a5a61View commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d68a36a - Browse repository at this point
Copy the full SHA d68a36aView commit details -
fix(discovery): fix if host of jwks endpoint is different
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b6f3a13 - Browse repository at this point
Copy the full SHA b6f3a13View commit details -
fix(exclude): get scheme to parse url
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b0b1a2 - Browse repository at this point
Copy the full SHA 5b0b1a2View commit details -
feat(errors): use envoy's request-id to log errors and show, helvetica
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b520a42 - Browse repository at this point
Copy the full SHA b520a42View commit details -
refactor: rebase logout path PR with mulitple providers PR
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a5ae4be - Browse repository at this point
Copy the full SHA a5ae4beView commit details -
fix(logout): write something to clear the cookie, refactor cookie fn
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8b1faf3 - Browse repository at this point
Copy the full SHA 8b1faf3View commit details -
feat(ci): add audit, outdated and verify-project steps
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bc79b9 - Browse repository at this point
Copy the full SHA 8bc79b9View commit details -
chore(deps): update envoy to 1.30
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 025195f - Browse repository at this point
Copy the full SHA 025195fView commit details -
chore(deps): update regex to 1.11 and thiserror to 1.0.64
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5073fa - Browse repository at this point
Copy the full SHA f5073faView commit details -
fix(ci): run test jobs more quickly
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b9dc69 - Browse repository at this point
Copy the full SHA 5b9dc69View commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9cda9d - Browse repository at this point
Copy the full SHA a9cda9dView commit details -
fix(html): error page has dark mode now!
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a9feaba - Browse repository at this point
Copy the full SHA a9feabaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f103bb - Browse repository at this point
Copy the full SHA 1f103bbView commit details -
fix: store number of cookie parts in a cookie
this avoids problems with leftover cookie parts preventing decryption
Configuration menu - View commit details
-
Copy full SHA for de45f7a - Browse repository at this point
Copy the full SHA de45f7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 822cbfd - Browse repository at this point
Copy the full SHA 822cbfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a4ce7 - Browse repository at this point
Copy the full SHA 43a4ce7View commit details -
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bbc17e7 - Browse repository at this point
Copy the full SHA bbc17e7View commit details -
refactor:
wasm32-wasi
renamed towasm32-wasip1
& rust to 1.78proxy-wasm/proxy-wasm-rust-sdk#277 https://blog.rust-lang.org/2024/04/09/updates-to-rusts-wasi-targets.html Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c4c076 - Browse repository at this point
Copy the full SHA 9c4c076View commit details -
chore(deps): update thiserror to 1.0.68
Signed-off-by: Anton Engelhardt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db8f721 - Browse repository at this point
Copy the full SHA db8f721View commit details