Skip to content

Commit

Permalink
[helm] Update AuthConfig sample
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <[email protected]>
  • Loading branch information
didierofrivia committed Nov 8, 2024
1 parent 02f225d commit 9a6d678
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions charts/authorino-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ annotations:
displayName: Authorino
description: API to install, manage and configure Authorino authorization services.
- kind: AuthConfig
version: v1beta3
name: authorino.kuadrant.io
displayName: AuthConfig
description: Defines the desired protection for a service in a declarative way.
version: v1beta3
name: authorino.kuadrant.io
displayName: AuthConfig
description: Defines the desired protection for a service in a declarative way.
artifacthub.io/crdsExamples: |
- apiVersion: operator.authorino.kuadrant.io/v1beta1
kind: Authorino
Expand All @@ -54,19 +54,19 @@ annotations:
- apiVersion: authorino.kuadrant.io/v1beta3
kind: AuthConfig
metadata:
name: talker-api-protection
name: my-api-protection
spec:
hosts:
- talker-api.127.0.0.1.nip.io
identity:
- name: api-clients
- my-api.io
authentication:
"api-key-users":
apiKey:
selector:
matchLabels:
group: friends
credentials:
in: authorization_header
keySelector: APIKEY
authorizationHeader:
prefix: APIKEY
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Kuadrant
Expand Down

0 comments on commit 9a6d678

Please sign in to comment.