We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da2824c commit ea8f93cCopy full SHA for ea8f93c
roles/engineblock/templates/parameters.yml.j2
@@ -318,7 +318,7 @@ parameters:
318
## SBS external authorization/attribute enrichtment
319
##########################################################################################
320
sram.api_token: "{{ engine_sbs_api_token | default('') }}"
321
- sram.base_url: "https://{{ engine_sbs_base_url }}/api/users"
+ sram.base_url: "https://{{ engine_sbs_base_url }}/api/users/"
322
sram.authz_location: "authz_eb"
323
sram.attributes_location: "attributes_eb"
324
sram.interrupt_location: "interrupt"
0 commit comments