chore: update .env.example with new ROOT_ENCRYPTION_KEY and adjust kms-service to prioritize it

This commit is contained in:
Victor Santos
2025-11-20 14:54:28 -03:00
parent 8eb257b04e
commit 1ffaa7a367
3 changed files with 13 additions and 8 deletions

View File

@@ -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