...
Code Block |
---|
secrets: oauth2: wellknown: "https://<OIDC provider>/auth/realms/<REALM>/.well-known/openid-configuration" smartfacts: clientId: "<OIDC client>" clientSecret: "<OIDC client secret>" identity: OIDC_ISSUER: "https://<OIDC provider>/auth/realms/<REALM>" url: spa: scopes: "sf:bpmopenid" # state the scopes here in a space separated list nonce: "false" state: "false" # if true, Smartfacts generates a state parameter while getting the token from the OIDC provider. |
...
Code Block |
---|
global: lcam: rules: - groupName: "Smartfacts Users" claim: "email" value: - "@" groupLicence: - "LIC_SMARTFACTS_USER" accountName: "Smartfacts Account" - groupName: "Account Administrators" claim: "email" value: - "account.administrator@your.domain" groupLicence: - "LIC_SMARTFACTS_USER" accountName: "Smartfacts Account" |
...
Code Block |
---|
sudo helm upgrade --install --timeout 20m0s smartfacts mid-smartfacts/smartfacts -f values.yaml -f group-rules.yaml --version 4.67.5-genoslcv2 -n smartfacts --create-namespace |
...