Starting Data Grid Processes With Authentication
Before starting your data grid processes with authentication, define your data grid and its component processes as described in starting affiliated realm services and secure realm services in
Enabling Transport Encryption on a Data Grid.
- Procedure
- For the
tibdg and
tibdgadmind tools to authenticate a secure realm service specify the following properties:
--trust-file <path>- For providing the user credentials, use one of the following methods:
--user-password-file <path>: cannot be used with-userand-passwordoptions. For details, see Password File.or
-user <user_name>-password <pwd_option>: cannot be used with--user-password-fileoption.<pwd_option>can take one of the following values:Options Usage Example pass:<password> -password pass:mypassword env: env:<environment variable> stdin You are prompted for the password when the command runs.
Note: tibdg requires the user to have theFor example:ftl-adminrole. tibdgadmind requires the user to haveftl-satelliteandftl-adminroles.tibdg -r %REALM_URL% -s my_script_file.tibdg --user-password-file /path/to/my/user-password.txt --trust-file %TRUST_FILE% tibdg -r %REALM_URL% -s my_script_file.tibdg -user admin -password pass:password --trust-file %TRUST_FILE% - For the
tibdgnode,
tibdgkeeper, and
tibdgproxy processes to authenticate with a secure realm service specify the following properties:
--trust-file <path>. For details, see Trust File.--user-password-file <path>. For details, see Password File.
Note: tibdgnode and tibdgkeeper processes require a set of username and password with theftlrole. tibdgproxy processes require a set of username and password with theftl-adminrole.