Skip to content

Commit ea8f93c

Browse files
committed
fix sbs.base_url
1 parent da2824c commit ea8f93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/engineblock/templates/parameters.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ parameters:
318318
## SBS external authorization/attribute enrichtment
319319
##########################################################################################
320320
sram.api_token: "{{ engine_sbs_api_token | default('') }}"
321-
sram.base_url: "https://{{ engine_sbs_base_url }}/api/users"
321+
sram.base_url: "https://{{ engine_sbs_base_url }}/api/users/"
322322
sram.authz_location: "authz_eb"
323323
sram.attributes_location: "attributes_eb"
324324
sram.interrupt_location: "interrupt"

0 commit comments

Comments
 (0)