mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-10 07:58:15 -05:00
chore: update .env.example with new ROOT_ENCRYPTION_KEY and adjust kms-service to prioritize it
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
# Keys
|
||||
# Required key for platform encryption/decryption ops
|
||||
# THIS IS A SAMPLE ENCRYPTION KEY AND SHOULD NEVER BE USED FOR PRODUCTION
|
||||
ENCRYPTION_KEY=VVHnGZ0w98WLgISK4XSJcagezuG6EWRFTk48KE4Y5Mw=
|
||||
ENCRYPTION_KEY=f13dbc92aaaf86fa7cb0ed8ac3265f47
|
||||
|
||||
# Used for compatibility with the FIPS image
|
||||
# THIS IS A SAMPLE ENCRYPTION KEY AND SHOULD NEVER BE USED FOR PRODUCTION
|
||||
ROOT_ENCRYPTION_KEY=RQKPV9co/vf3N7DFBBTu82exLjtTcMLXWjuHBZAjazA=
|
||||
|
||||
# JWT
|
||||
# Required secrets to sign JWT tokens
|
||||
|
||||
Reference in New Issue
Block a user