Skip to content

Commit

Permalink
Update Authorino manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Sep 5, 2023
1 parent 3a3d9da commit ad7f6ff
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 52 deletions.
34 changes: 8 additions & 26 deletions bundle/manifests/authorino.kuadrant.io_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2251,6 +2251,8 @@ spec:
description: The name of key used in the wrapped response (name
of the HTTP header or property of the Envoy Dynamic Metadata
JSON). If omitted, it will be set to the name of the configuration.
[DEPRECATED] Starting in v1beta2, use the name of the response
config instead.
type: string
wristband:
properties:
Expand Down Expand Up @@ -2686,8 +2688,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -2736,11 +2736,6 @@ spec:
with the value of the "iss" (issuer) claim of the discovered
OpenID Connect configuration.
type: string
jwksUrl:
description: URL of the JSON Web Ket Set (JWKS) endpoint.
Use this if the issuer of the JWT tokens is not an OIDC
provider or does not implement OIDC Discovery.
type: string
ttl:
description: Decides how long to wait before refreshing
the JWKS (in seconds). If omitted, Authorino will never
Expand Down Expand Up @@ -3167,7 +3162,12 @@ spec:
precompile) and at runtime.
type: boolean
externalPolicy:
description: External registry of OPA policies.
description: 'Settings for fetching the OPA policy from
an external registry. Use it alternatively to ''inlineRego''.
For the configurations of the HTTP request, the following
options are not implemented: ''method'', ''body'', ''bodyParameters'',
''contentType'', ''headers'', ''oauth2''. Use it only
with: ''url'', ''sharedSecret'', ''credentials''.'
properties:
body:
description: Raw body of the HTTP request. Supersedes
Expand Down Expand Up @@ -3247,8 +3247,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -3280,10 +3278,6 @@ spec:
type: object
description: Custom headers in the HTTP request.
type: object
insecure:
description: Insecure HTTP connection (i.e. disables
TLS verification)
type: boolean
method:
default: GET
description: 'HTTP verb used in the request to the service.
Expand Down Expand Up @@ -3742,8 +3736,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -3774,10 +3766,6 @@ spec:
type: object
description: Custom headers in the HTTP request.
type: object
insecure:
description: Insecure HTTP connection (i.e. disables TLS
verification)
type: boolean
method:
default: GET
description: 'HTTP verb used in the request to the service.
Expand Down Expand Up @@ -4062,8 +4050,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -4094,10 +4080,6 @@ spec:
type: object
description: Custom headers in the HTTP request.
type: object
insecure:
description: Insecure HTTP connection (i.e. disables TLS
verification)
type: boolean
method:
default: GET
description: 'HTTP verb used in the request to the service.
Expand Down
34 changes: 8 additions & 26 deletions config/deploy/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2257,6 +2257,8 @@ spec:
description: The name of key used in the wrapped response (name
of the HTTP header or property of the Envoy Dynamic Metadata
JSON). If omitted, it will be set to the name of the configuration.
[DEPRECATED] Starting in v1beta2, use the name of the response
config instead.
type: string
wristband:
properties:
Expand Down Expand Up @@ -2692,8 +2694,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -2742,11 +2742,6 @@ spec:
with the value of the "iss" (issuer) claim of the discovered
OpenID Connect configuration.
type: string
jwksUrl:
description: URL of the JSON Web Ket Set (JWKS) endpoint.
Use this if the issuer of the JWT tokens is not an OIDC
provider or does not implement OIDC Discovery.
type: string
ttl:
description: Decides how long to wait before refreshing
the JWKS (in seconds). If omitted, Authorino will never
Expand Down Expand Up @@ -3173,7 +3168,12 @@ spec:
precompile) and at runtime.
type: boolean
externalPolicy:
description: External registry of OPA policies.
description: 'Settings for fetching the OPA policy from
an external registry. Use it alternatively to ''inlineRego''.
For the configurations of the HTTP request, the following
options are not implemented: ''method'', ''body'', ''bodyParameters'',
''contentType'', ''headers'', ''oauth2''. Use it only
with: ''url'', ''sharedSecret'', ''credentials''.'
properties:
body:
description: Raw body of the HTTP request. Supersedes
Expand Down Expand Up @@ -3253,8 +3253,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -3286,10 +3284,6 @@ spec:
type: object
description: Custom headers in the HTTP request.
type: object
insecure:
description: Insecure HTTP connection (i.e. disables
TLS verification)
type: boolean
method:
default: GET
description: 'HTTP verb used in the request to the service.
Expand Down Expand Up @@ -3748,8 +3742,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -3780,10 +3772,6 @@ spec:
type: object
description: Custom headers in the HTTP request.
type: object
insecure:
description: Insecure HTTP connection (i.e. disables TLS
verification)
type: boolean
method:
default: GET
description: 'HTTP verb used in the request to the service.
Expand Down Expand Up @@ -4068,8 +4056,6 @@ spec:
properties:
name:
type: string
prefix:
type: string
required:
- name
type: object
Expand Down Expand Up @@ -4100,10 +4086,6 @@ spec:
type: object
description: Custom headers in the HTTP request.
type: object
insecure:
description: Insecure HTTP connection (i.e. disables TLS
verification)
type: boolean
method:
default: GET
description: 'HTTP verb used in the request to the service.
Expand Down

0 comments on commit ad7f6ff

Please sign in to comment.