Skip to content

Commit

Permalink
remove: unimplemented spec.response.success.headers.prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Sep 5, 2023
1 parent c70f9b6 commit cf14ba3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
3 changes: 0 additions & 3 deletions api/v1beta2/auth_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,6 @@ type WrappedSuccessResponseSpec struct {
}

type HeaderSuccessResponseSpec struct {
// Prefix of the value to be added to the HTTP header
Prefix string `json:"prefix,omitempty"`

SuccessResponseSpec `json:",omitempty"`
}

Expand Down
4 changes: 0 additions & 4 deletions install/crd/authorino.kuadrant.io_authconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4306,10 +4306,6 @@ spec:
description: Static value
x-kubernetes-preserve-unknown-fields: true
type: object
prefix:
description: Prefix of the value to be added to the
HTTP header
type: string
priority:
default: 0
description: Priority group of the config. All configs
Expand Down
4 changes: 0 additions & 4 deletions install/manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4653,10 +4653,6 @@ spec:
description: Static value
x-kubernetes-preserve-unknown-fields: true
type: object
prefix:
description: Prefix of the value to be added to the
HTTP header
type: string
priority:
default: 0
description: Priority group of the config. All configs
Expand Down

0 comments on commit cf14ba3

Please sign in to comment.