00:08:22 Jason Root: Sorry - mic was acting strange 00:37:11 Julian Ladisch: Specific version of API docs: https://dev.folio.org/reference/api/#versioned-api-docs 00:38:34 Shelley Doljack: https://s3.amazonaws.com/foliodocs/api/mod-users-keycloak/2.0.7/s/mod-users-keycloak.html 00:40:32 Julian Ladisch: https://dev.folio.org/guides/api-doc/ 00:40:33 Jason Root: All, I have got to run - appointment this afternoon at 12:00 00:42:15 Ingolf Kuss: https://github.com/folio-org/pipelines-shared-library/blob/master/resources/helm/testing.yaml 00:52:02 Shelley Doljack: https://folio-org.atlassian.net/wiki/spaces/FOLIJET/pages/1408263/SSO+Configuration+In+Keycloak+for+Folio 00:56:50 josh greben: ### e.g. for mod-login-keycloak Create the system user ``` curl -X POST --location 'http://kong-folio-dev.stanford.edu/users-keycloak/users' -H "Authorization: Bearer $TOKEN" -H 'Content-Type: application/json' -H 'x-okapi-tenant: sul' --data-raw '{ "username": "mod-login-keycloak", "active": true, "personal": { "lastName": "System" } }' ``` Add a password to vault ``` vault kv patch secret/folio/sul mod-login-keycloak="" ``` Add the password to keycloak ``` curl -X POST --location 'http://kong-folio-dev.stanford.edu/authn/credentials' -H "Authorization: Bearer $TOKEN" -H 'Content-Type: application/json' -H 'x-okapi-tenant: sul' --data '{ "username": "mod-login-keycloak", "userId": "