-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: set up Epsom and Ewell Power Automate tokens #4070
Conversation
Removed vultr server and associated DNS entries |
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.
Looks good, thanks again for picking this one up & clarifying docs as you went ⭐
@@ -17,6 +17,7 @@ This guide will demonstrate how to - | |||
|
|||
> [!NOTE] | |||
> The `stack_name` should be either `production` or `staging`, depending on which environment the secret is for (e.g. `staging_govpay_secret`). | |||
> I.e. the staging encryption key needs to be used for staging secrets (even though they need to get set on the production database) |
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.
👍
@@ -32,6 +32,7 @@ FILE_API_KEY_NEXUS=👻 | |||
FILE_API_KEY_BARNET=👻 | |||
FILE_API_KEY_LAMBETH=👻 | |||
FILE_API_KEY_SOUTHWARK=👻 | |||
FILE_API_KEY_EPSOM_EWELL=👻 |
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.
I've added a card to the blue trello to set and control these values via the DB in much the same way we do other team integration values.
https://trello.com/c/A8gB8rSx/3177-configure-api-keys-for-file-download-via-teamintegrations-table
As per how-to doc: https://github.com/theopensystemslab/planx-new/blob/main/doc/how-to/aws/how-to-setup-aws-s3-submissions.md
✅ File API key tokens generated and encrypted, and added to Hasura
team_integrations
✅ Power automate API key tokens generated and encrypted, and added to Hasura
team_integrations
✅ AWS S3 pizza-secrets updated with staging file API key values
This PR includes some doc improvements too! 🤓
Note: Epsom + Ewell have not yet provided us with the Power Automate Webhook URL yet, but this can be merged anyway.