add comment to vault config so i don't gaslight myself again thinking i committed a secret
This commit is contained in:
@@ -15,7 +15,7 @@ listener "tcp" {
|
|||||||
|
|
||||||
seal "awskms" {
|
seal "awskms" {
|
||||||
region = "us-east-1"
|
region = "us-east-1"
|
||||||
access_key = "AKIAS7LPFCPFUF4QKHPA"
|
access_key = "AKIAS7LPFCPFUF4QKHPA" // This is not a secret. The secret portion is defined under the environment variable "AWS_SECRET_ACCESS_KEY"
|
||||||
kms_key_id = "ea99bc16-6e46-482c-9ee0-62db515c490c"
|
kms_key_id = "ea99bc16-6e46-482c-9ee0-62db515c490c"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user