Web モニタリング用のクレデンシャル Vault
クレデンシャル Vault は、合成 Web モニタリングジョブに使用されるクレデンシャルを安全に保存します。合成スクリプトを使用してジョブを作成する場合、ユーザー名やパスワードなどのクレデンシャルを追加してアプリケーションにログインし、保存されたクレデンシャルへの参照をスクリプトに挿入できます。ジョブが実行されると、合成スクリプトはその参照を使用して、クレデンシャル Vault に保存されたクレデンシャルを取得します。
How to Use Credential Vault
合成クレデンシャルの追加
クレデンシャル Vault では、クレデンシャルを 1 つずつ追加するか、複数のクレデンシャルをインポートできます。
構文ルール
次の表に、クレデンシャルの作成と合成スクリプトへのクレデンシャルの追加に使用するクレデンシャル構文ルールを示します。
| エレメント | ルール |
|---|---|
|
キー |
|
|
値 |
|
| クレデンシャルキー名(合成スクリプトで使用) |
"<%key%>" |
Add a Single Credential
To add a single credential for a sample email:
- Click the profile icon.
- Under Actions, select Manage Credential Vault.
- Click Add.
- Enter a key and value. Make sure you follow syntax rules.
- (Optional) Select an associated application. When you search for credentials in the synthetic script, associated credentials are suggested first.
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.