-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds configuration for server-side encrypted s3 uploads #161
base: master
Are you sure you want to change the base?
Conversation
@huboard/committers I need to cut an enterprise release for this and I don't have time to wait for the official process.
I've taken WIP off, so if enough people are online to not make this happen that would be better |
Just to confirm, this PR adds four environment variables:
It also adds an Really my only question is why we need both |
|
||
if(HUBOARD_ENV.FEATURES.ENCRYPTED_UPLOADS) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As more generally commented, it seems to me that this could be:
if(HUBOARD_ENV.CONFIG && HUBOARD_ENV.CONFIG.AWS_S3_ENCRYPTED === 'true')
...
I see now that these are being populated from the same enterprise maintenance value behind the scenes. The |
¯_(ツ)_/¯ I wish we had more time to fix this “right" |
We do before it hits |
4df21b1
to
6f835b4
Compare
No description provided.