Skip to content

Commit

Permalink
(temporarily) point to -c4gh secret/public keys in the config too
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstorm committed Oct 29, 2024
1 parent 6d08980 commit 531ed8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions deploy/config/example_deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ storage.backend = 'S3'

[resolvers.storage.keys]
location = "SecretsManager"
private_key = "htsget-rs/c4gh-private-key" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key"
private_key = "htsget-rs/c4gh-private-key-c4gh" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key-c4gh"

# Everything else is a regular file.
[[resolvers]]
Expand All @@ -33,8 +33,8 @@ storage.backend = 'S3'

[resolvers.storage.keys]
location = "SecretsManager"
private_key = "htsget-rs/c4gh-private-key" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key"
private_key = "htsget-rs/c4gh-private-key-c4gh" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key-c4gh"

# Everything else is a regular file.
[[resolvers]]
Expand All @@ -44,8 +44,8 @@ storage.backend = 'S3'

[resolvers.storage.keys]
location = "SecretsManager"
private_key = "htsget-rs/c4gh-private-key" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key"
private_key = "htsget-rs/c4gh-private-key-c4gh" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key-c4gh"

# Everything else is a regular file.
[[resolvers]]
Expand Down

0 comments on commit 531ed8c

Please sign in to comment.