-
Notifications
You must be signed in to change notification settings - Fork 1
Store Client Keys
Andrew Magill edited this page Jul 8, 2016
·
7 revisions
#####Previous Step - Initialize CyVerse Agave Tenant
######If you have not cloned the Agave API Command Line Interface, or initiated CyVerse as your Agave tenant, please follow the previous step listed above.
Create a new Client:
(the -S flag stores the new client's keys)
$ clients-create -N cli_client -D "CyVerse IDS client" -u "$AGAVE_USERNAME" -p "$AGAVE_PASSWORD" -S
Rather than creating a new client, you may use an existing client, but you cannot retrieve client keys through the Agave API. If you want to find a client's API Key and Secret Key, log in to the Agave API Store using your CyVerse credentials and select 'Subscriptions'. However, there is no harm in creating an additional client, so that is the path that I recommend.
#####Next Step - Generate Agave API Authorization Token