Skip to content

Commit

Permalink
Fix plot-navigator for embargo_new.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctslater committed Nov 1, 2024
1 parent 1986ce3 commit e668d42
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions applications/plot-navigator/values-usdfdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ productionTools:
PGUSER: "rubin"
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/butler/secrets/aws-credentials.ini"
S3_ENDPOINT_URL: "https://s3dfrgw.slac.stanford.edu"
LSST_RESOURCES_S3_PROFILE_embargo: "https://sdfembs3.sdf.slac.stanford.edu"
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
Expand Down
1 change: 1 addition & 0 deletions applications/plot-navigator/values-usdfint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ productionTools:
PGUSER: "rubin"
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/butler/secrets/aws-credentials.ini"
S3_ENDPOINT_URL: "https://s3dfrgw.slac.stanford.edu"
LSST_RESOURCES_S3_PROFILE_embargo: "https://sdfembs3.sdf.slac.stanford.edu"
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
Expand Down
1 change: 1 addition & 0 deletions applications/plot-navigator/values-usdfprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ productionTools:
PGUSER: "rubin"
AWS_SHARED_CREDENTIALS_FILE: "/opt/lsst/butler/secrets/aws-credentials.ini"
S3_ENDPOINT_URL: "https://s3dfrgw.slac.stanford.edu"
LSST_RESOURCES_S3_PROFILE_embargo: "https://sdfembs3.sdf.slac.stanford.edu"
LSST_DISABLE_BUCKET_VALIDATION: "1"
REDIS_HOST: "plot-navigator-redis"
REDIS_PORT: "6379"
Expand Down

0 comments on commit e668d42

Please sign in to comment.