User guide
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