PrivateBin / docker-nginx-fpm-alpine

PrivateBin docker image based on Nginx, php-fpm & Alpine Linux stack
https://hub.docker.com/r/privatebin/nginx-fpm-alpine/
147 stars 57 forks source link

Support more AWS related env vars #158

Closed fenak closed 1 year ago

fenak commented 1 year ago

Might fix #154

As briefly discussed on https://github.com/PrivateBin/docker-nginx-fpm-alpine/pull/142, there could be some missing env vars that need to be available for the SDK to interact with AWS. This PR adds more of them.

This probably doesn't cover every single use case, but should be a good step on the right direction.

For reference:

elrido commented 1 year ago

The new images including these changes are now available under image tag: 1.5.2-alpine3.18.2-aws-env

fenak commented 1 year ago

Thanks heaps @elrido, I was able to test the new image and it works. It is possible to deploy the new PrivateBin release in AWS using an IAM role now with the patched image. 🙌