Sync missing examples from longhorn-manager
Signed-off-by: David Ko <dko@suse.com>
This commit is contained in:
parent
75222752d2
commit
576a4288c8
@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: longhorn-crypto
|
||||
namespace: longhorn-system
|
||||
stringData:
|
||||
CRYPTO_KEY_VALUE: "Simple passphrase"
|
||||
CRYPTO_KEY_PROVIDER: "secret" # this is optional we currently only support direct keys via secrets
|
||||
CRYPTO_KEY_CIPHER: "aes-cbc-essiv:sha256" # this is optional, default value for RHEL
|
||||
CRYPTO_KEY_HASH: "sha256" # this is optional, default value
|
||||
CRYPTO_KEY_SIZE: "256" # this is optional, default value
|
||||
CRYPTO_PBKDF: "pbkdf2" # Only PBKDF2 is supported in FIPS mode, needs to be set on RHEL7
|
13
examples/crypto/secret-crypto-customized.yaml
Normal file
13
examples/crypto/secret-crypto-customized.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: longhorn-crypto
|
||||
namespace: longhorn-system
|
||||
stringData:
|
||||
CRYPTO_KEY_VALUE: "Simple passphrase"
|
||||
CRYPTO_KEY_PROVIDER: "secret" # this is optional we currently only support direct keys via secrets
|
||||
CRYPTO_KEY_CIPHER: "aes-xts-plain64" # this is optional, default value
|
||||
CRYPTO_KEY_HASH: "sha256" # this is optional, default value
|
||||
CRYPTO_KEY_SIZE: "256" # this is optional, default value
|
||||
CRYPTO_PBKDF: "argon2i" # this is optional, default value
|
Loading…
Reference in New Issue
Block a user