Skip to content

Commit

Permalink
Readonly api key (#2776)
Browse files Browse the repository at this point in the history
* add readonly api key

* Apply auto-formatting rules

---------

Co-authored-by: Github on behalf of Wellcome Collection <wellcomedigitalplatform@wellcome.ac.uk>
  • Loading branch information
paul-butcher and weco-bot authored Dec 2, 2024
1 parent cb3dd19 commit ae991bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pipeline/terraform/modules/stack/elastic_pipeline.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ module "pipeline_indices" {
locals {
indices = module.pipeline_indices.index_names
service_index_permissions = {
read_only = {
read = ["*"]
write = []
}
transformer = {
read = []
write = [local.indices.source]
Expand Down

0 comments on commit ae991bf

Please sign in to comment.