1EUARE-USERADDKEY(1) User Commands EUARE-USERADDKEY(1)
2
3
4
6 euare-useraddkey - Create a new access key for a user
7
9 euare-useraddkey [-w] [-d DOMAIN] [-l] [--as-account ACCOUNT] [-U URL]
10
11 [--region USER@REGION] [-I KEY_ID] [-S KEY]
12 [--security-token TOKEN] [--debug] [--debugger] [--version] [-h]
13 USER
14
16 Create a new access key for a user
17
18 positional arguments:
19 USER user the new key will belong to (default: current user)
20
21 optional arguments:
22 -w, --write-config
23 output access keys and region information in the form of a
24 euca2ools.ini(5) configuration file instead of by themselves
25
26 -d DOMAIN, --domain DOMAIN
27 the DNS domain to use for region information in configuration
28 file output (default: based on IAM URL)
29
30 -l, --set-default-user
31 set this user as the default user for the region in
32 euca2ools.ini(5) configuration file output. This option is only
33 useful when used with -w.
34
35 --as-account ACCOUNT
36 [Eucalyptus cloud admin only] run this command as the adminisā
37 trator of another account
38
39 -U URL, --url URL
40 identity service endpoint URL
41
42 --region USER@REGION
43 region and/or user names to search when looking up config file
44 data
45
46 -I KEY_ID, --access-key-id KEY_ID
47
48 -S KEY, --secret-key KEY
49
50 --security-token TOKEN
51
52 --debug
53 show debugging output
54
55 --debugger
56 launch interactive debugger on error
57
58 --version
59 show the program's version and exit
60
61 -h, --help
62 show this help message and exit
63
64
65
66euca2ools 3.4 December 2016 EUARE-USERADDKEY(1)