rsa_api.properties
This is the configuration file for the Solution using RSA's Authentication API to talk to the RSA Authentication Manager.
Important configurations to edit:
Key | Default Value | Recommended Value | Description |
---|
RSA_AGENT_HOST | _BLANK_ | _BLANK_ | This is the IP address for your RSA Authentication Manager. |
SDCONF_LOC | _BLANK_ | $JIRA_HOME/rsaa/sdconf.rec | Indicates the absolute path to the node secret that will perform the authentication for you RSA Authentication Agent. This file should be provided by the RSA Authentication Manager. |
SDSTATUS_LOC | _BLANK_ | $JIRA_HOME/rsaa/JAStatus.1 | Indicates the absolute path to the Authentication Manager server status file. |
SDNDSCRT_LOC | _BLANK_ | $JIRA_HOME/rsaa/nodesecret.rec | Indicates the absolute pathto the Authentication Manager node secret file. This file should be provided by the RSA Authentication Manager. |
# RSA Authentication API Properties
# Override Host IP Address
RSA_AGENT_HOST=
# Interval in seconds between which configuration is refreshed.
RSA_CONFIG_READ_INTERVAL=5
# [This section is for Data Repository configuration.]
# Type of the Server configuration.
SDCONF_TYPE=FILE
# Path of the Server configuration.
SDCONF_LOC=sdconf.rec
# Type of the Server statuses.
SDSTATUS_TYPE=FILE
# Path of the Server statuses.
SDSTATUS_LOC=JAStatus.1
# Type of the Server options.
SDOPTS_TYPE=FILE
# Path of the Server options.
#SDOPTS_LOC=sdopts.rec
SDOPTS_LOC=
# Type of the Node Secret.
SDNDSCRT_TYPE=FILE
# Path of the Node Secret.
#SDNDSCRT_LOC=
# [This section is for event logger.]
# Logs event messages to the console.
RSA_LOG_TO_CONSOLE=YES
# Logs event messages to a file.
RSA_LOG_TO_FILE=NO
# Name of the log file.
RSA_LOG_FILE=rsa_api.log
# Minimum severity level allowed to log.
RSA_LOG_LEVEL=DEBUG
# [This section is for debugger.]
# Enables debug tracing.
RSA_ENABLE_DEBUG=NO
# Sends tracing to the console.
RSA_DEBUG_TO_CONSOLE=NO
# Sends tracing to a file.
RSA_DEBUG_TO_FILE=NO
# Name of the trace file.
RSA_DEBUG_FILE=rsa_api_debug.log
# Allows function entry tracing.
RSA_DEBUG_ENTRY=NO
# Allows function exit tracing.
RSA_DEBUG_EXIT=NO
# Allows control flow tracing.
RSA_DEBUG_FLOW=NO
# Allows regular tracing.
RSA_DEBUG_NORMAL=NO
# Traces the location.
RSA_DEBUG_LOCATION=NO