セキュリティバナー¶
DataRobot has the capability to display a Security Banner at the top of the screen.
設定¶
To configure these options, refer to the Tuning Datarobot Environment Variables section of this guide.
# helm chart values snippet
core:
config_env_vars:
SHOW_SECURITY_BANNER: True
SHOW_SECURITY_BANNER_COLOR: red
SHOW_SECURITY_BANNER_TEXT: This system has a security banner.
SHOW_SECURITY_BANNER¶
Default value: False Description: This environment variable controls the display of the banner. If it is False, then the banner is not displayed.
SHOW_SECURITY_BANNER_COLOR¶
Default value: red Value choices: red, yellow, green Description: This controls the color of the banner and the text. The predefined choices are: * red: Red background with white text * yellow: Yellow background with black text * green: Green background with white text
SHOW_SECURITY_BANNER_TEXT¶
Default value: 'Default banner text' Description: The text that is displayed in the banner. It is center aligned and it is recommended that the text be less than 100 characters long.