Skip to content

Commit

Permalink
Merge pull request #3835 from lsst-sqre/tickets/DM-47290
Browse files Browse the repository at this point in the history
DM-47290: Make LFA secrets per-environment.
  • Loading branch information
ktlim authored Oct 30, 2024
2 parents 333bb02 + 6b803d6 commit 29c928a
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 15 deletions.
12 changes: 12 additions & 0 deletions applications/consdb/secrets-base.yaml
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
12 changes: 12 additions & 0 deletions applications/consdb/secrets-summit.yaml
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
12 changes: 12 additions & 0 deletions applications/consdb/secrets-tucson-teststand.yaml
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
18 changes: 3 additions & 15 deletions applications/consdb/secrets.yaml
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.

0 comments on commit 29c928a

Please sign in to comment.