Skip to content

Commit

Permalink
refactor: update manifests for authconfig v1beta3
Browse files Browse the repository at this point in the history
Signed-off-by: KevFan <chfan@redhat.com>
  • Loading branch information
KevFan committed Oct 16, 2024
1 parent 0e972a4 commit 8ec86c7
Show file tree
Hide file tree
Showing 4 changed files with 5,889 additions and 5,526 deletions.
38 changes: 4 additions & 34 deletions bundle/manifests/authorino-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,6 @@ metadata:
annotations:
alm-examples: |-
[
{
"apiVersion": "authorino.kuadrant.io/v1beta1",
"kind": "AuthConfig",
"metadata": {
"name": "my-api-protection"
},
"spec": {
"hosts": [
"my-api.io"
],
"identity": [
{
"apiKey": {
"selector": {
"matchLabels": {
"group": "friends"
}
}
},
"credentials": {
"in": "authorization_header",
"keySelector": "APIKEY"
},
"name": "api-key-users"
}
]
}
},
{
"apiVersion": "authorino.kuadrant.io/v1beta2",
"kind": "AuthConfig",
Expand Down Expand Up @@ -83,7 +55,7 @@ metadata:
capabilities: Basic Install
categories: Integration & Delivery
containerImage: quay.io/kuadrant/authorino-operator:latest
createdAt: "2024-09-30T15:29:42Z"
createdAt: "2024-10-16T16:01:21Z"
operators.operatorframework.io/builder: operator-sdk-v1.32.0
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/Kuadrant/authorino-operator
Expand All @@ -100,16 +72,14 @@ spec:
apiservicedefinitions: {}
customresourcedefinitions:
owned:
- description: API to describe the desired protection for a service
displayName: AuthConfig
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta1
- description: API to describe the desired protection for a service
displayName: AuthConfig
kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta2
- kind: AuthConfig
name: authconfigs.authorino.kuadrant.io
version: v1beta3
- description: API to create instances of authorino
displayName: Authorino
kind: Authorino
Expand Down
Loading

0 comments on commit 8ec86c7

Please sign in to comment.