Skip to content

Commit

Permalink
feat: make payments encryption key optionsl
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Jan 24, 2024
1 parent 6e3b9d3 commit 177f96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ import (
type PaymentsSpec struct {
StackDependency `json:",inline"`
ModuleProperties `json:",inline"`
EncryptionKey string `json:"encryptionKey"`
// +optional
EncryptionKey string `json:"encryptionKey"`
// +optional
Auth *AuthConfig `json:"auth,omitempty"`
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ spec:
type: string
version:
type: string
required:
- encryptionKey
type: object
status:
description: PaymentsStatus defines the observed state of Payments
Expand Down

0 comments on commit 177f96b

Please sign in to comment.