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