Skip to content

Commit

Permalink
fixes #152 (#188)
Browse files Browse the repository at this point in the history
* fixes #152

* fixed crds
  • Loading branch information
raffaelespazzoli authored Aug 25, 2023
1 parent 4b49204 commit 2bfd940
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions api/v1alpha1/authenginemount_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,10 @@ type AuthMount struct {

// Local Specifies if the auth method is local only. Local auth methods are not replicated nor (if a secondary) removed by replication. Logins via local auth methods do not make use of identity, i.e. no entity or groups will be attached to the token.
// +kubebuilder:validation:Optional
// +kubebuilder:default=true
Local bool `json:"local,omitempty"`

// SealWrap Enable seal wrapping for the mount, causing values stored by the mount to be wrapped by the seal's encryption capability.
// +kubebuilder:validation:Optional
// +kubebuilder:default=true
SealWrap bool `json:"sealwrap,omitempty"`
}

Expand Down
2 changes: 0 additions & 2 deletions config/crd/bases/redhatcop.redhat.io_authenginemounts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ spec:
the auth method.
type: string
local:
default: true
description: Local Specifies if the auth method is local only. Local
auth methods are not replicated nor (if a secondary) removed by
replication. Logins via local auth methods do not make use of identity,
Expand All @@ -199,7 +198,6 @@ spec:
pattern: ^(?:/?[\w;:@&=\$-\.\+]*)+/?
type: string
sealwrap:
default: true
description: SealWrap Enable seal wrapping for the mount, causing
values stored by the mount to be wrapped by the seal's encryption
capability.
Expand Down

0 comments on commit 2bfd940

Please sign in to comment.