File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,17 +16,14 @@ links:
1616 documentation : https://canonical-identity.readthedocs-hosted.com/reference/charms/oauth2-proxy
1717 source : https://github.com/canonical/oauth2-proxy-k8s-operator
1818 issues : https://github.com/canonical/oauth2-proxy-k8s-operator/issues
19-
2019platforms :
2120 ubuntu@22.04:amd64 :
22-
2321parts :
2422 charm :
2523 charm-binary-python-packages :
2624 - jsonschema
2725 - pydantic
2826 - " setuptools>=70.0.0"
29-
3027config :
3128 options :
3229 dev :
@@ -61,12 +58,10 @@ config:
6158 RequestAuthentication) to validate JWT claims from the Authorization header.
6259 type : boolean
6360 default : False
64-
6561actions :
6662 get-extra-jwt-issuers :
6763 description : |
6864 Get the list of OIDC issuers URLs and their audiences used to validate JWT tokens when `enable_jwt_bearer_tokens=true`.
69-
7065# Metadata
7166requires :
7267 ingress :
@@ -80,23 +75,21 @@ requires:
8075 interface : certificate_transfer
8176 limit : 1
8277 optional : true
83-
8478provides :
8579 auth-proxy :
8680 interface : auth_proxy
8781 forward-auth :
8882 interface : forward_auth
89-
9083peers :
9184 oauth2-proxy :
9285 interface : oauth2_proxy_peers
93-
9486containers :
9587 oauth2-proxy :
9688 resource : oauth2-proxy-image
97-
9889resources :
9990 oauth2-proxy-image :
10091 type : oci-image
10192 description : OCI image for the oauth2-proxy container
10293 upstream-source : ghcr.io/canonical/oauth2-proxy:7.8.1
94+ oci-image :
95+ upstream-source : ghcr.io/canonical/oauth2-proxy:7.9.0
You can’t perform that action at this time.
0 commit comments