You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/cmd/commands/config/fixtures/config_ext_encrypt.hcl

7 lines
179 B

int_val = {{encrypt(20)}}
bool_val = {{encrypt(true)}}
kms "aead" {
purpose = "root"
aead_type = "aes-gcm"
key ="{{encrypt(aA1hxJo0JUAqcIATx/r0QTjAGD/btCPechEsukI2bt0=)}}"
}