Skip to content

Commit

Permalink
Init new API_ADMIN_TOKENS env
Browse files Browse the repository at this point in the history
cavis committed Dec 19, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent e16ca68 commit 21d8fec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spire/templates/apps/feeder.yml
Original file line number Diff line number Diff line change
@@ -760,6 +760,9 @@ Resources:
- ContainerPort: !Ref kWebApplicationPort
HostPort: 0
Secrets:
- Name: API_ADMIN_TOKENS
ValueFrom: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Feeder/api-admin-tokens
# TODO: deprecated
- Name: FEEDS_TOKEN
ValueFrom: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Feeder/feeds-token
- Name: POSTGRES_DATABASE
@@ -899,6 +902,9 @@ Resources:
MemoryReservation: !If [IsProduction, 1000, 500]
Name: !Ref kWorkerContainerName
Secrets:
- Name: API_ADMIN_TOKENS
ValueFrom: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Feeder/api-admin-tokens
# TODO: deprecated
- Name: FEEDS_TOKEN
ValueFrom: !Sub /prx/${EnvironmentTypeAbbreviation}/Spire/Dovetail-Feeder/feeds-token
- Name: POSTGRES_DATABASE

0 comments on commit 21d8fec

Please sign in to comment.