-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3835 from lsst-sqre/tickets/DM-47290
DM-47290: Make LFA secrets per-environment.
- Loading branch information
Showing
4 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
lfa-password: | ||
description: >- | ||
LFA password, used for retrieving Header Service objects. | ||
copy: | ||
application: auxtel | ||
key: aws-secret-access-key | ||
lfa-key: | ||
description: >- | ||
LFA key, used for retrieving Header Service objects. | ||
copy: | ||
application: auxtel | ||
key: aws-access-key-id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
lfa-password: | ||
description: >- | ||
LFA password, used for retrieving Header Service objects. | ||
copy: | ||
application: auxtel | ||
key: aws-secret-access-key | ||
lfa-key: | ||
description: >- | ||
LFA key, used for retrieving Header Service objects. | ||
copy: | ||
application: auxtel | ||
key: aws-access-key-id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
lfa-password: | ||
description: >- | ||
LFA password, used for retrieving Header Service objects. | ||
copy: | ||
application: auxtel | ||
key: aws-secret-access-key | ||
lfa-key: | ||
description: >- | ||
LFA key, used for retrieving Header Service objects. | ||
copy: | ||
application: auxtel | ||
key: aws-access-key-id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,15 @@ | ||
consdb-password: | ||
description: >- | ||
Kafka password for consdb user | ||
Kafka password for consdb user, used to get EFD data. | ||
copy: | ||
application: sasquatch | ||
key: consdb-password | ||
exposurelog-password: | ||
description: >- | ||
PostgreSQL password for the exposurelog user exposurelog database. | ||
PostgreSQL password for the exposurelog user exposurelog database, used to write to ConsDB schemas. | ||
copy: | ||
application: exposurelog | ||
key: exposurelog_password | ||
oods-password: | ||
description: >- | ||
PostgreSQL password for the OODS user Butler database. | ||
lfa-password: | ||
description: >- | ||
LFA password | ||
copy: | ||
application: auxtel | ||
key: aws-secret-access-key | ||
lfa-key: | ||
description: >- | ||
LFA key | ||
copy: | ||
application: auxtel | ||
key: aws-access-key-id | ||
PostgreSQL password for the OODS user in the Butler database. |