Web モニタリング用のクレデンシャル Vault
クレデンシャル Vault は、合成 Web モニタリングジョブに使用されるクレデンシャルを安全に保存します。合成スクリプトを使用してジョブを作成する場合、ユーザー名やパスワードなどのクレデンシャルを追加してアプリケーションにログインし、保存されたクレデンシャルへの参照をスクリプトに挿入できます。ジョブが実行されると、合成スクリプトはその参照を使用して、クレデンシャル Vault に保存されたクレデンシャルを取得します。
How to Use Credential Vault
合成クレデンシャルの追加
クレデンシャル Vault では、クレデンシャルを 1 つずつ追加するか、複数のクレデンシャルをインポートできます。
構文ルール
次の表に、クレデンシャルの作成と合成スクリプトへのクレデンシャルの追加に使用するクレデンシャル構文ルールを示します。
| エレメント | ルール |
|---|---|
|
キー |
|
|
値 |
|
| クレデンシャルキー名(合成スクリプトで使用) |
"<%key%>" |
1 つのクレデンシャルの追加
サンプル電子メールに単一のクレデンシャルを追加するには、次の手順を実行します。
- [
] > [Tools] > [Manage Synthetic Credentials] に移動します。
- Add をクリックします。
- キーと値を入力します。構文ルールに従っていることを確認します。
- (オプション)関連付けられているアプリケーションを選択します。合成スクリプトでクレデンシャルを検索すると、関連するクレデンシャルが最初に推奨されます。
Import Multiple Credentials
You can add multiple credentials at once using the Import button.
To add multiple credentials for sample emails and passwords:
- Click the profile icon.
- Under Actions select Manage Credential Vault.
Click Import.
Copy and paste credentials or type them line by line. Make sure you follow syntax rules.
- The maximum number of credentials that can be imported at once is 250.
- You cannot add associated applications to imported credentials. After importing, you must edit each credential individually to add the associated application.
email_key=user123@email.com
password_key=Password123
email_key=user456@email.com
password_key=Password456合成スクリプトでのクレデンシャルの使用
対応するクレデンシャルキーをスクリプトに挿入することで、クレデンシャル値を取得できます。スクリプトでキーの入力を開始すると、特定のアプリケーションに関連付けられているクレデンシャルが最初に表示されます。
合成ジョブを作成するには、次の手順を実行します。
User Permissions
In the Controller Administration UI, you can configure roles and groups with Account-level. You can add roles and groups to users based on the requirement. The Manage Credential Vault permission allows you to manage access control of the Credential Vault.
| Permission | Privileges |
|---|---|
Manage Credential Vault |
|
| View Credential Vault |
|
| Manage Self Credential Vault | When the administrator assigns this permission to users, they can add, edit, and view the credentials they create. When the administrator sets the synthetic.self.credentialvault.disabled false, true Value column is hidden. |
To create a role with the Manage Credential Vault:
- Click the profile icon.
- Under Admin, select Administration.
- Under Roles, click Create.
- Add a role name.
- Under Account, click Add+.
- Select one of the following permissions based on the role that you are creating:
- Manage Credential Vault
- View Credential Vault
- Under User and Groups with this Role, add users and/or groups.