Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 7d13629

Browse files
committed
first pass on create client text
1 parent 3dd1924 commit 7d13629

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

docs/create_client.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,35 @@
1-
# Create the API Client Key
1+
### Create the API Client Key
2+
3+
The Agave CLI is used to configure the user environment to interact with the
4+
SD2E platform. If you do not yet have the CLI installed and in your $PATH, first
5+
go [here](install_cli.md).
6+
7+
Your user environment can be set up in one of two ways:
8+
1. Automatically using the set up script
9+
2. Manually using the CLI
10+
11+
12+
#### 1. Automatically using the set up script
13+
14+
(forthcoming)
15+
16+
#### 2. Manually using the CLI
17+
18+
On the command line, perform the following:
19+
20+
```
21+
# Initiate with the SD2E tenant
22+
%tenants-init -t sd2e
23+
24+
# Create a client (enter TACC username and password)
25+
%clients-create -S -N my_client -D "My client used for interacting with SD2E"
26+
27+
# Create an auth token (enter TACC password)
28+
%auth-tokens-create -S
29+
30+
# Check the status of the token
31+
% auth-check
32+
33+
# Refresh an expired token:
34+
% auth-tokens-refresh
35+
```

0 commit comments

Comments
 (0)