Web モニタリング用のクレデンシャル Vault

クレデンシャル Vault は、合成 Web モニタリングジョブに使用されるクレデンシャルを安全に保存します。合成スクリプトを使用してジョブを作成する場合、ユーザー名やパスワードなどのクレデンシャルを追加してアプリケーションにログインし、保存されたクレデンシャルへの参照をスクリプトに挿入できます。ジョブが実行されると、合成スクリプトはその参照を使用して、クレデンシャル Vault に保存されたクレデンシャルを取得します。

合成クレデンシャルの追加

クレデンシャル Vault では、クレデンシャルを 1 つずつ追加するか、複数のクレデンシャルをインポートできます。

構文ルール

次の表に、クレデンシャルの作成と合成スクリプトへのクレデンシャルの追加に使用するクレデンシャル構文ルールを示します。

エレメントルール

キー

  • 1 ~ 100 文字

  • 英数字、ハイフン、および下線のみ

  • キーは、EUM アカウントごとに一意である必要があります

  • 5000 文字

  • 非制御、印字可能な UTF-16 文字

クレデンシャルキー名(合成スクリプトで使用)
"<%key%>"

1 つのクレデンシャルの追加

注: ユーザ名とパスワードの組み合わせなどのクレデンシャルの組み合わせを使用する場合は、2 つの個別のクレデンシャルを作成する必要があります。1 つはユーザ名のクレデンシャル、もう 1 つはパスワードのクレデンシャルです。

サンプル電子メールに単一のクレデンシャルを追加するには、次の手順を実行します。

  1. [Gear Icon] > [Tools] > [Manage Synthetic Credentials] に移動します。
  2. Add をクリックします。
  3. キーと値を入力します。構文ルールに従っていることを確認します。
  4. (オプション)関連付けられているアプリケーションを選択します。合成スクリプトでクレデンシャルを検索すると、関連するクレデンシャルが最初に推奨されます。

Import Multiple Credentials

You can add multiple credentials at once using the Import button.

To add multiple credentials for sample emails and passwords:

  1. Click the profile icon.
  2. Under Actions select Manage Credential Vault.
  3. Click Import.

  4. Copy and paste credentials or type them line by line. Make sure you follow syntax rules.

Note:
  • 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.
Example
email_key=user123@email.com
password_key=Password123
email_key=user456@email.com
password_key=Password456

合成スクリプトでのクレデンシャルの使用

対応するクレデンシャルキーをスクリプトに挿入することで、クレデンシャル値を取得できます。スクリプトでキーの入力を開始すると、特定のアプリケーションに関連付けられているクレデンシャルが最初に表示されます。

合成ジョブを作成するには、次の手順を実行します。

  1. [User Experience] > [Jobs] > [Add] に移動します。
  2. 合成スクリプトを追加します。最初のスクリプトの作成最初のスクリプトの作成
  3. 構文 を使用してクレデンシャルキーを入力します。
    合成スクリプト
    driver.find_element_by_id("email").send_keys("<%email_key%>")
    driver.find_element_by_id("pass").send_keys("<%password_key%>")

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.

PermissionPrivileges

Manage Credential Vault

  • Manage all users
  • Add, edit, and delete credentials
  • View both keys and values of stored credentials
  • View users, timestamps, and associated applications columns
View Credential Vault
  • View keys of stored credentials
  • View users and timestamps columns
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:

  1. Click the profile icon.
  2. Under Admin, select Administration.
  3. Under Roles, click Create.
  4. Add a role name.
  5. Under Account, click Add+.
  6. Select one of the following permissions based on the role that you are creating:
    • Manage Credential Vault
    • View Credential Vault
  7. Under User and Groups with this Role, add users and/or groups.