-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sync created chart authorino-operator version 0.17.0-alpha1
- Loading branch information
1 parent
73764c5
commit 433d307
Showing
3 changed files
with
224 additions
and
34 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,103 @@ | ||
-----BEGIN PGP SIGNED MESSAGE----- | ||
Hash: SHA512 | ||
|
||
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: my-api-protection | ||
spec: | ||
hosts: | ||
- my-api.io | ||
authentication: | ||
"api-key-users": | ||
apiKey: | ||
selector: | ||
matchLabels: | ||
group: friends | ||
credentials: | ||
authorizationHeader: | ||
prefix: 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 | ||
artifacthub.io/signKey: | | ||
fingerprint: 8A2150B44E1994E1E91ED9E5E19171BE516B79C7 | ||
url: https://kuadrant.io/helm-charts/kuadrant-public-key.asc | ||
apiVersion: v2 | ||
appVersion: 0.17.0-alpha1 | ||
description: Kubernetes operator for managing Authorino instances, a K8s-native AuthN/AuthZ | ||
service to protect your APIs. | ||
home: https://kuadrant.io | ||
icon: https://raw.githubusercontent.com/Kuadrant/kuadrant.github.io/main/static/img/apple-touch-icon.png | ||
keywords: | ||
- - authorino | ||
- - authn | ||
- - authz | ||
- - authorization | ||
- - authentication | ||
- - service protection | ||
- - kubernetes | ||
- - kuadrant | ||
kubeVersion: '>=1.19.0-0' | ||
maintainers: | ||
- - email: [email protected] | ||
name: Guilherme Cassolato | ||
- - email: [email protected] | ||
name: Didier Di Cesare | ||
- - email: [email protected] | ||
name: Eguzki Astiz Lezaun | ||
name: authorino-operator | ||
sources: | ||
- - https://github.com/Kuadrant/authorino-operator/ | ||
- - https://github.com/Kuadrant/authorino/ | ||
type: application | ||
version: 0.17.0-alpha1 | ||
|
||
... | ||
files: | ||
authorino-operator-0.17.0-alpha1.tgz: sha256:a17096da0b169bdf9f0c02d87340be7e63aa9a9e1778893f3b27412ffd171f89 | ||
-----BEGIN PGP SIGNATURE----- | ||
|
||
wsDcBAEBCgAQBQJnpOJvCRDhkXG+UWt5xwAAenwMAGJois+DbymMfY+Hafky/PJS | ||
gy2DiM7Rpg74PRjH0IL3W9RLPYOBR39LCK8huc5N4aCECyca8rBC36zn66rDHmv+ | ||
/YEhBrn0LjQTWMFYsmptM+ShSDRUTRHbLFf0IL+X92lLqqV/oIvAggDqywjjGo+v | ||
w8hOic0R0k0S0KJu2jiAImqoX1E8l+uBYyWjd/n4nIBCj2Fvyx2fLsdQoDIopN05 | ||
qeABBToaFb3HNsgm2vrOBrnaB+dgUdKa5kez6JrNku+dvq4WRARAbnZrwB+AqPSs | ||
cyLB8RsCsGfHQ41OwcQPel+1JOMcvAzxoxhkG5mQ4NNdJHfDuq5AG8n0vklWjn/9 | ||
tqQgWhL9aXpYlMTLAXcsdiWwJuIo4mcG1angOA/OChTRMD7fHfVcmwklUkcpq0ML | ||
dkVTlRnf3yo1K4INoUMoGWzzRHjSrSadhGth6BhmtxMKIdVjzqQQb7tNW0q5Meif | ||
SndudYB0zYyxvyYXS6f8iOTFIq3LjBsVXzrmMQhEMQ== | ||
=Qz1E | ||
-----END PGP SIGNATURE----- |
Oops, something went wrong.