Skip to content

Commit 7f5daae

Browse files
author
Rebecka Gulliksson
committed
Add required config param 'name' in example micro service configs.
1 parent 1cc7b97 commit 7f5daae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example/plugins/microservices/requester_based_routing.yaml.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module: satosa.micro_services.custom_routing.DecideBackendByRequester
2+
name: RequesterRouter
23
config:
34
requester_mapping:
45
requester1: Saml2 # map SAML entity with entity id 'requester1' to backend with name 'SAML2'
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
module: satosa.micro_services.attribute_modifications.AddStaticAttributes
1+
module: satosa.micro_services.attribute_modifications.AddStaticAttributes
2+
name: AddAttributes

0 commit comments

Comments
 (0)