On this page
Customizing the Disclaimer
Overview
On the primary data node, use the set_disclaimer script to modify the disclaimer text displayed on the SecureTrack login screen. You can add plain text or formatted text in HTML format.
What can I do here?
Add a simple text disclaimer
-
On the primary data node, run:
Add a complex disclaimer from a file in HTML format
-
On the primary data node, run:
-
Run the following command:
cat <your HTML file> | kubectl exec -i deploy/keycloak-service -c keycloak-service -- sh -c "cat > /tmp/disclaimer.html"
cat <your HTML file> | kubectl exec -i deploy/keycloak-service -c keycloak-service -- sh -c "cat > /tmp/disclaimer.html"
Delete the disclaimer
-
On the primary data node, run:
Was this helpful?
Thank you!
We’d love your feedback
We really appreciate your feedback
Send this page to a colleague