...
Scroll to the section “Groups” at the bottom of the page
Create a new group called “Smartfacts users” and acitvate the slider “Automatically add all users to group”
Klick the button “ADD”
Scroll to the section “Licenses” at the top of the page
Klick on the “Assign licenses” symbol for the Smartfacts license
Change the filter from “SHOW ALL” to “ONLY GROUPS”
Activate the check box of the group “Smartfacts users”
Klick the button “CONFIRM”
...
It depends on which tools you want to use in connection with Smartfacts. Smartfacts provides a plug-in for every tool which is supported. You can download the plug-ins from the main menu via the command Get Plug-ins.
Troubleshooting
Show certtool logs
Show certtool output from Job
Code Block |
---|
sudo kubectl logs job.batch/smartfacts-certtool -c certtool -n smartfacts |
Show Secret written by certtool (Attention: The secret does not exist if the certtool did not succeed!)
Code Block |
---|
sudo kubectl get secret smartfacts-truststore -o 'go-template={{index .data "certtool.log"}}' -n smartfact |
Show Keycloak password
If it is necessary to login into the admin UI of Keycloak, the password for the admin user “keycloak-admin” can be optained by the following command.
...