Skip to content

Commit

Permalink
Merge pull request #31 from Kuadrant/update-authorino-manifests
Browse files Browse the repository at this point in the history
Update Authorino manifests
  • Loading branch information
guicassolato authored Feb 2, 2022
2 parents bb5ad6b + 662b55b commit d61c7b2
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions bundle/manifests/authorino.kuadrant.io_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,25 @@ spec:
required:
- name
- kubernetes
- properties:
anonymous: {}
credentials: {}
name: {}
required:
- name
- anonymous
properties:
anonymous:
type: object
apiKey:
properties:
allNamespaces:
default: false
description: Whether Authorino should look for API key secrets
in all namespaces or only in the same namespace of the
AuthConfig. Enabling this option in namespaced Authorino
instances has no effect.
type: boolean
labelSelectors:
additionalProperties:
type: string
Expand Down
16 changes: 16 additions & 0 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -598,9 +598,25 @@ spec:
required:
- name
- kubernetes
- properties:
anonymous: {}
credentials: {}
name: {}
required:
- name
- anonymous
properties:
anonymous:
type: object
apiKey:
properties:
allNamespaces:
default: false
description: Whether Authorino should look for API key secrets
in all namespaces or only in the same namespace of the
AuthConfig. Enabling this option in namespaced Authorino
instances has no effect.
type: boolean
labelSelectors:
additionalProperties:
type: string
Expand Down

0 comments on commit d61c7b2

Please sign in to comment.