1EUARE-OIDCPROVIDERCREATE(1) User Commands EUARE-OIDCPROVIDERCREATE(1)
2
3
4
6 euare-oidcprovidercreate - Create a new OpenID Connect provider
7
9 euare-oidcprovidercreate [-c CLIENT] [-t HEX] [--as-account ACCOUNT]
10
11 [-U URL] [--region USER@REGION] [-I KEY_ID]
12 [-S KEY] [--security-token TOKEN] [--debug] [--debugger] [--ver‐
13 sion] [-h] URL
14
16 Create a new OpenID Connect provider
17
18 positional arguments:
19 URL the URL for the new provider (required)
20
21 optional arguments:
22 -c CLIENT, --client-id CLIENT
23 a client ID, or audience, for the new provider
24
25 -t HEX, --thumbprint HEX
26 the SHA-1 thumbprint of the new OpenID Connect provider's cer‐
27 tificate. If one is not supplied this command will attempt to
28 connect to the server to determine it automatically.
29
30 --as-account ACCOUNT
31 [Eucalyptus cloud admin only] run this command as the adminis‐
32 trator of another account
33
34 -U URL, --url URL
35 identity service endpoint URL
36
37 --region USER@REGION
38 region and/or user names to search when looking up config file
39 data
40
41 -I KEY_ID, --access-key-id KEY_ID
42
43 -S KEY, --secret-key KEY
44
45 --security-token TOKEN
46
47 --debug
48 show debugging output
49
50 --debugger
51 launch interactive debugger on error
52
53 --version
54 show the program's version and exit
55
56 -h, --help
57 show this help message and exit
58
59
60
61euca2ools 3.4 December 2016 EUARE-OIDCPROVIDERCREATE(1)