Skip to content

Commit

Permalink
[helm] Adding some of the information required by ArtifactsHub.io
Browse files Browse the repository at this point in the history
Signed-off-by: dd di cesare <didi@posteo.net>
  • Loading branch information
didierofrivia committed Nov 4, 2024
1 parent 05fddaa commit ae8f596
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions charts/authorino-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,54 @@ maintainers:
name: Didier Di Cesare
- email: eastizle@redhat.com
name: Eguzki Astiz Lezaun
annotations:
artifacthub.io/category: security
artifacthub.io/crds: |
- kind: Authorino
version: v1beta1
name: operator.authorino.kuadrant.io
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.
artifacthub.io/crdsExamples: |
- apiVersion: operator.authorino.kuadrant.io/v1beta1
kind: Authorino
metadata:
name: authorino
spec:
listener:
tls:
enabled: false
oidcServer:
tls:
enabled: false
- apiVersion: authorino.kuadrant.io/v1beta3
kind: AuthConfig
metadata:
name: talker-api-protection
spec:
hosts:
- talker-api.127.0.0.1.nip.io
identity:
- name: api-clients
apiKey:
selector:
matchLabels:
group: friends
credentials:
in: authorization_header
keySelector: APIKEY
artifacthub.io/license: Apache-2.0
artifacthub.io/links: |
- name: Kuadrant
url: https://kuadrant.io
- name: Authorino Github
url: https://github.com/Kuadrant/authorino
- name: Authorino Operator Github
url: https://github.com/Kuadrant/authorino-operator
artifacthub.io/operator: "true"
artifacthub.io/operatorCapabilities: Basic Install

0 comments on commit ae8f596

Please sign in to comment.