Skip to content

Commit

Permalink
Add changes from #273
Browse files Browse the repository at this point in the history
  • Loading branch information
brainstorm committed Oct 22, 2024
1 parent a63c709 commit 0f36759
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/config/example_deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ location = "SecretsManager"
private_key = "htsget-rs/c4gh-private-key" # pragma: allowlist secret
recipient_public_key = "htsget-rs/c4gh-recipient-public-key"

# Everything else is a regular file.
[[resolvers]]
regex = '^(?P<bucket>.*?)/(?P<key>c4gh/.*)$'
substitution_string = '$key'
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"

# Everything else is a regular file.
[[resolvers]]
regex = '^(?P<bucket>.*?)/(?P<key>.*)$'
Expand Down

0 comments on commit 0f36759

Please sign in to comment.