LD4P / sinopia_server

[Deprecated - switching to MongoDB] Sinopia Back-end CRUD Service. LDP-inspired, HTTP Server taking JSON-LD resources & administrative metadata.
Apache License 2.0
1 stars 1 forks source link

Pass Cognito credentials to ACL migration via env variables #98

Closed mjgiarlo closed 5 years ago

mjgiarlo commented 5 years ago

Once related work in sinopia_acl is merged, the platformdata service in the server's docker-compose configuration will also need to inject the following variables: COGNITO_ADMIN_PASSWORD, AWS_ACCESS_KEY_ID, and AWS_SECRET_ACCESS_KEY (see https://github.com/LD4P/sinopia_acl/pull/68/files#diff-4e5e90c6228fd48698d074241c2ba760R17). This will also require a new .env file in the server which should be added to .dockerignore and .gitignore and should not be added to version control.

blocked by LD4P/sinopia_acl#68