LD4P / sinopia_acl

node.js based code to interact with WebACL data on sinopia server
Apache License 2.0
0 stars 0 forks source link

cognitoAdminUser: swap shared dev test user for dedicated admin user #86

Open jmartin-sul opened 5 years ago

jmartin-sul commented 5 years ago

connects to LD4P/sinopia_acl#83

jmartin-sul commented 5 years ago

Will also, obviously, require that this user is created in all our AWS environments and that it has the necessary ACLs to act as an admin user

yup! created the users, and have a draft terraform PR to switch over to them. still need the prod user to be manually activated, i believe. and the issue with my local execution of bin/migrate (described in #83) has prevented me from adding this user to the acl so far, but that was also my intent as part of this work.

Once merged, we should also update https://github.com/sul-dlss/shared_configs/blob/sinopia-dev/README.md.

good catch, thanks, i'd have likely missed that!