stechstudio / laravel-env-security

Securely manage Laravel .env files for different deployment environments
MIT License
75 stars 9 forks source link

Adding driver for Google KMS #11

Closed funkjedi closed 5 years ago

funkjedi commented 5 years ago

In the Google Cloud Console create your key ring and key. Make sure your Google IAM user has the Cloud KMS CryptoKey Encrypter/Decrypter role for this key.

Copy the Project, Key Ring and Key storing them as GOOGLE_KMS_PROJECT, GOOGLE_KMS_KEY_RING and GOOGLE_KMS_KEY in your local .env file.

jszobody commented 5 years ago

@funkjedi Just tagged v1.3, includes this Google KMS driver. Thanks!