-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[helm] Adding some of the information required by ArtifactsHub.io
Signed-off-by: dd di cesare <[email protected]>
- Loading branch information
1 parent
86b4286
commit 28bc48b
Showing
1 changed file
with
51 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,54 @@ maintainers: | |
name: Didier Di Cesare | ||
- email: [email protected] | ||
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 |