VMware SOFTWARE REPOSITORY FOR WINDOWS 1.1 Podręcznik Użytkownika Strona 82

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 82
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 81
Creating data store (secret) keys
Each object user requires their user id, from LDAP or Active Directory, and a secret key,
also called an object data store key.
To generate a secret key for a user, use one of these three methods:
u
Choose User Menu > Manage Data Store Keys from the ViPR UI.
u
Call the following CLI operation:
viprcli secretkeyuser add -uid <username from LDAP or AD>
u
Call this ViPR REST API.
POST object/secret-keys
Request body
<?xml version="1.0" encoding="UTF-8"?>
<secret_key_create_param>
<existing_key_expiry_time_mins>60</
existing_key_expiry_time_mins>
</secret_key_create_param>
Response
<user_secret_key>
<secret_key>...</secret_key>
<key_timestamp>...</key_timestamp>
<link rel="..." href="..." />
</user_secret_key>
Setting Up Multiple Tenants
82 EMC ViPR 1.1.0 Installation and Configuration Guide
Przeglądanie stron 81
1 2 ... 77 78 79 80 81 82

Komentarze do niniejszej Instrukcji

Brak uwag