From 3cfa4b0063be94a97b23222dffdeb613420b10a0 Mon Sep 17 00:00:00 2001 From: Florian Necas Date: Thu, 15 Feb 2024 14:38:44 +0100 Subject: [PATCH] feat: change datafeeder to import role --- gateway/gateway.yaml | 4 ++-- security-proxy/security-mappings.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gateway/gateway.yaml b/gateway/gateway.yaml index 2e01bc27..2f05210a 100644 --- a/gateway/gateway.yaml +++ b/gateway/gateway.yaml @@ -42,13 +42,13 @@ georchestra: access-rules: - intercept-url: /datafeeder/** anonymous: false - allowed-roles: SUPERUSER,DATAFEEDER + allowed-roles: SUPERUSER,IMPORT import: target: ${georchestra.gateway.services.import.target} access-rules: - intercept-url: /import/** anonymous: false - allowed-roles: SUPERUSER,DATAFEEDER + allowed-roles: SUPERUSER,IMPORT console: target: ${georchestra.gateway.services.console.target} access-rules: diff --git a/security-proxy/security-mappings.xml b/security-proxy/security-mappings.xml index 72274bef..5a944e53 100644 --- a/security-proxy/security-mappings.xml +++ b/security-proxy/security-mappings.xml @@ -29,7 +29,7 @@ - - + +