-
Notifications
You must be signed in to change notification settings - Fork 31
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
AuthConfig v1beta2 #417
AuthConfig v1beta2 #417
Commits on Jul 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8b7acdd - Browse repository at this point
Copy the full SHA 8b7acddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eaead9 - Browse repository at this point
Copy the full SHA 1eaead9View commit details -
fix one-of restriction for pattern expression of pattern ref
It cannot require 'value' or the conversion will fail when the value is an empty string (due to JSON marshalling/unmarshalling involved).
Configuration menu - View commit details
-
Copy full SHA for 7d4603c - Browse repository at this point
Copy the full SHA 7d4603cView commit details
Commits on Aug 29, 2023
-
Conversion webhook service managed by the Operator
- Let the Operator deploy the default conversion webhook service - Substitute the webhook image with the one built locally - Keep the patches to the AuthConfig CRD performed by the Operator to activate the webhook before re-applying the CRD with local changes
Configuration menu - View commit details
-
Copy full SHA for 3aada04 - Browse repository at this point
Copy the full SHA 3aada04View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a216b0 - Browse repository at this point
Copy the full SHA 9a216b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86455df - Browse repository at this point
Copy the full SHA 86455dfView commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aca78c6 - Browse repository at this point
Copy the full SHA aca78c6View commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0599684 - Browse repository at this point
Copy the full SHA 0599684View commit details
Commits on Sep 4, 2023
-
fix: set status field hostReady in the conversion
This field is required and therefore should be set as the Kube API server would – i.e. not as nil, but with an empty array when it has no elements.
Configuration menu - View commit details
-
Copy full SHA for af96b5b - Browse repository at this point
Copy the full SHA af96b5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d968a60 - Browse repository at this point
Copy the full SHA d968a60View commit details
Commits on Sep 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 99e5ecf - Browse repository at this point
Copy the full SHA 99e5ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eaeca1 - Browse repository at this point
Copy the full SHA 8eaeca1View commit details -
remove: unimplemented spec.(metadata|authorization.opa.externalPolicy…
…|callbacks).http.insecure
Configuration menu - View commit details
-
Copy full SHA for d99b225 - Browse repository at this point
Copy the full SHA d99b225View commit details -
Add description to not use unimplemented fields of the OPA external p…
…olicy HTTP settings
Configuration menu - View commit details
-
Copy full SHA for 6202b26 - Browse repository at this point
Copy the full SHA 6202b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for c22d500 - Browse repository at this point
Copy the full SHA c22d500View commit details -
Configuration menu - View commit details
-
Copy full SHA for b556c26 - Browse repository at this point
Copy the full SHA b556c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3527edf - Browse repository at this point
Copy the full SHA 3527edfView commit details -
Revert "docs: fixup: wristband.issuer example"
This reverts commit b556c26.
Configuration menu - View commit details
-
Copy full SHA for c70f9b6 - Browse repository at this point
Copy the full SHA c70f9b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf14ba3 - Browse repository at this point
Copy the full SHA cf14ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b61838f - Browse repository at this point
Copy the full SHA b61838fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e92eaf - Browse repository at this point
Copy the full SHA 7e92eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3207f52 - Browse repository at this point
Copy the full SHA 3207f52View commit details -
docs: update for v1beta2: user guides
| User guide | File | |----------------------------------------------------------------------------------------|----------------------------------------------------------------------------| | Anonymous access | `docs/user-guides/anonymous-access.md` | | Authentication with API keys | `docs/user-guides/api-key-authentication.md` | | Authenticated rate limiting (with Envoy Dynamic Metadata) | `docs/user-guides/authenticated-rate-limiting-envoy-dynamic-metadata.md` | | Integration with Authzed/SpiceDB | `docs/user-guides/authzed.md` | | Caching | `docs/user-guides/caching.md` | | Redirecting to a login page | `docs/user-guides/deny-with-redirect-to-login.md` | | Edge Authentication Architecture (EAA) | `docs/user-guides/edge-authentication-architecture-festival-wristbands.md` | | Mixing Envoy built-in filter for auth and Authorino | `docs/user-guides/envoy-jwt-authn-and-authorino.md` | | Fetching auth metadata from external sources | `docs/user-guides/external-metadata.md` | | Host override via context extension | `docs/user-guides/host-override.md` | | HTTP "Basic" Authentication (RFC 7235) | `docs/user-guides/http-basic-authentication.md` | | Injecting data in the request | `docs/user-guides/injecting-data.md` | | Simple pattern-matching authorization policies | `docs/user-guides/json-pattern-matching-authorization.md` | | Authorization with Keycloak Authorization Services | `docs/user-guides/keycloak-authorization-services.md` | | Kubernetes RBAC for service authorization (SubjectAccessReview API) | `docs/user-guides/kubernetes-subjectaccessreview.md` | | Authentication with Kubernetes tokens (TokenReview API) | `docs/user-guides/kubernetes-tokenreview.md` | | Authentication with X.509 certificates and Mutual Transport Layer Security (mTLS) | `docs/user-guides/mtls-authentication.md` | | OAuth 2.0 token introspection (RFC 7662) | `docs/user-guides/oauth2-token-introspection.md` | | OpenID Connect Discovery and authentication with JWTs | `docs/user-guides/oidc-jwt-authentication.md` | | OpenID Connect (OIDC) and Role-Based Access Control (RBAC) with Authorino and Keycloak | `docs/user-guides/oidc-rbac.md` | | OpenID Connect UserInfo | `docs/user-guides/oidc-user-info.md` | | Open Policy Agent (OPA) Rego policies | `docs/user-guides/opa-authorization.md` | | Passing credentials (`Authorization` header, cookie headers and others) | `docs/user-guides/passing-credentials.md` | | Resource-level authorization with User-Managed Access (UMA) resource registry | `docs/user-guides/resource-level-authorization-uma.md` | | Reducing the operational space | `docs/user-guides/sharding.md` | | Token normalization | `docs/user-guides/token-normalization.md` | | Using Authorino as ValidatingWebhook service | `docs/user-guides/validating-webhook.md` |
Configuration menu - View commit details
-
Copy full SHA for 3b12430 - Browse repository at this point
Copy the full SHA 3b12430View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3ed14 - Browse repository at this point
Copy the full SHA 6b3ed14View commit details -
fix: conversion of v1beta2.ValueOrSelector type missing to parse stri…
…ng and RawExtension back and forth as json
Configuration menu - View commit details
-
Copy full SHA for 278acb9 - Browse repository at this point
Copy the full SHA 278acb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07a2a2f - Browse repository at this point
Copy the full SHA 07a2a2fView commit details
Commits on Sep 6, 2023
-
fix: set default http header custom response wrapper when converting …
…to authconfig v1beta1
Configuration menu - View commit details
-
Copy full SHA for c4416d1 - Browse repository at this point
Copy the full SHA c4416d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb89344 - Browse repository at this point
Copy the full SHA bb89344View commit details -
Remove unnecessary steps to install cert-manager when relying on the …
…new Authorino Operator install script
Configuration menu - View commit details
-
Copy full SHA for 6c22f27 - Browse repository at this point
Copy the full SHA 6c22f27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fa28d7 - Browse repository at this point
Copy the full SHA 2fa28d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 166c088 - Browse repository at this point
Copy the full SHA 166c088View commit details
Commits on Sep 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bf6e068 - Browse repository at this point
Copy the full SHA bf6e068View commit details -
fix: docs: use net.cidr_contains instead of regex.match in opa exampl…
…e to avoid shell command issues
Configuration menu - View commit details
-
Copy full SHA for 5059dca - Browse repository at this point
Copy the full SHA 5059dcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4343ef8 - Browse repository at this point
Copy the full SHA 4343ef8View commit details -
docs: urls with interpolated json paths within authconfig resources w…
…rapped within quotes to avoid auto-escaping when pasting in a few terminals
Configuration menu - View commit details
-
Copy full SHA for 90ce6fe - Browse repository at this point
Copy the full SHA 90ce6feView commit details