Skip to content

Commit b2def9a

Browse files
committed
We don't use SAB XML API anymore
1 parent bc45ba2 commit b2def9a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

environments/template/secrets/skeleton.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pdp_sab_password: secret
5959

6060
aa_eb_password: secret
6161
aa_authz_client_secret: secret
62-
aa_sab_password: secret
6362
aa_sab_rest_password: secret
6463
aa_idin_client_secret: secret
6564
aa_orcid_password: secret

roles/pdp/templates/serverapplication.properties.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ voot.clientSecret={{ pdp_client_secret }}
7474
voot.scopes ={{ pdp_manage_provision_oidcrp_scopes }}
7575

7676
# SAB configuration
77+
sab-rest.username=cdk
78+
sab-rest.password={{ dashboard_sab_rest_password }}
79+
7780
sab.userName={{ aa.sab_rest_username }}
7881
sab.password={{ aa.sab_rest_password }}
7982
sab.endpoint={{ aa.sab_rest_endpoint }}

0 commit comments

Comments
 (0)