Skip to content

Commit

Permalink
swap file api keys and change formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jan 9, 2025
1 parent 73baebe commit 38bef23
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion infrastructure/application/Pulumi.production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ config:
secure: AAABAGyTfLujGho+V0tEhFXQRET5FjYK6txyaFTB3gY/VaKzq8yNlocJTAM5nt8mBhF6T+AeQD2GxW63
application:file-api-key-barnet:
secure: AAABANMl+fVFsRVGXvJV/aLManXO+TldXVDhp5QH6KGWJoG7O9Ket63zIW1iOiinINWJ2I5OizI=
application:file-api-key-doncaster: ZqAnRnR6rira9LZpPLguH7TwU46XmXDXDhaDD72r
application:file-api-key-doncaster:
secure: AAABALpOWpDVq45I3oBlXg2j40TH5xNhNlLt1dY+e1OHNNDgrw3MtokuEEZx1Iz6LQdz5fgQW/bAE9VVO06SAOLvHXAcYIXKUI892RqgHlGxmS9z60yFEdWdB8NhX7KCiKmCBklxXNZizDCPqoB37nqYsxr7KQsLQav/DPQ5wY3v2GOoXBC93Da3iGBTQT+sX2lmjFe7DSDFTI+DYT/Oo8k=
application:file-api-key-epsom-ewell:
secure: AAABANvwhiVRBq8NH7ZqcToUzYn4X+KfC5Wm8WjWUKXT5TuVXqC6zHhVVKFBbmdtKjC4j5M4+bWsLiFO9dO0MLobxLpK7YCE
application:file-api-key-gateshead:
Expand Down
3 changes: 2 additions & 1 deletion infrastructure/application/Pulumi.staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ config:
secure: AAABAN0LjLOgxCkr5ZqQLn6FkZPcrPlvNG4fbNZ02W2qC1VVYVee/3aToZQuXuokVwnIPNbbe2w=
application:file-api-key-barnet:
secure: AAABAFpZq81zy3CKFXUgi9oEGIGp7LDVD3TNlYkZD4liX0bxOrmMJYdDpMmyGt4aGARF63nEUmo=
application:file-api-key-doncaster: f4cAPYv26Z3jbsVioWcf9sdYsHWjtPRHg4hHPZKL
application:file-api-key-doncaster:
secure: AAABAGflOiDR2agEFZYNZRXzzPmua5Ts+F5sXpa6LpOAWNfJOO7qYsTMgY5Oj+AB8qVW7VcTjWriFG8BdfjDcyl1RtMWxYfOHXFjNKmvlABuOR+pxD7ygFAwlvp5dm8UPPFothtZIgi9nYS6qxnGSLomvqApF17D29R8ydJdYcTJmjPHufWcIRjT3tx72+R1o57i3QFnoQqbZIOSw7ELVqI=
application:file-api-key-epsom-ewell:
secure: AAABAD1/nlJ2EOEglLiiNsOLbOd3KWCONhNhJAIdZQVnrSRsNIzX2luszOreQf20EYl8AZ4L1TiheqUHSt22e5z1FiLWoCtY
application:file-api-key-gateshead:
Expand Down
3 changes: 2 additions & 1 deletion infrastructure/application/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ export = async () => {
{
name: "FILE_API_KEY_GATESHEAD",
value: config.requireSecret("file-api-key-gateshead"),
}, {
},
{
name: "FILE_API_KEY_DONCASTER",
value: config.requireSecret("file-api-key-doncaster"),
},
Expand Down

0 comments on commit 38bef23

Please sign in to comment.