Prior to 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 the
ftl-admin
role.
tibdgadmind
requires the user to have
ftl-satellite
and
ftl-admin
roles.
--user-password-file <path>. For details, see
Password File.
Note:tibdgnode and
tibdgkeeper processes require a set of user name and password with the
ftl role.
tibdgproxy processes require a set of user name and password with the ftl-admin role.