Skip to content

Commit 66a55f2

Browse files
fix: update oci-image to ghcr.io/canonical/oauth2-proxy:7.9.0
1 parent 2e82ff0 commit 66a55f2

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

charmcraft.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff 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-
2019
platforms:
2120
ubuntu@22.04:amd64:
22-
2321
parts:
2422
charm:
2523
charm-binary-python-packages:
2624
- jsonschema
2725
- pydantic
2826
- "setuptools>=70.0.0"
29-
3027
config:
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-
6561
actions:
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
7166
requires:
7267
ingress:
@@ -80,23 +75,21 @@ requires:
8075
interface: certificate_transfer
8176
limit: 1
8277
optional: true
83-
8478
provides:
8579
auth-proxy:
8680
interface: auth_proxy
8781
forward-auth:
8882
interface: forward_auth
89-
9083
peers:
9184
oauth2-proxy:
9285
interface: oauth2_proxy_peers
93-
9486
containers:
9587
oauth2-proxy:
9688
resource: oauth2-proxy-image
97-
9889
resources:
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

0 commit comments

Comments
 (0)