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-user
and-password
options. For details, see Password File.or
-user <user_name>
-password <pwd_option>
. Cannot be used with--user-password-file
option.<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 executes.
Note: tibdg requires the user to have theFor example:ftl-admin
role. tibdgadmind requires the user to haveftl-satellite
andftl-admin
roles.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 user name and password with theftl
role. tibdgproxy processes require a set of user name and password with theftl-admin
role.