Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalSSH
Commits
f544b23c
Commit
f544b23c
authored
Mar 21, 2019
by
Lukas Burgey
Browse files
Change argument description
parent
f6197928
Pipeline
#44088
passed with stages
in 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.go
View file @
f544b23c
...
...
@@ -40,7 +40,7 @@ var (
accessTokenArg
=
app
.
Flag
(
"at"
,
"Access Token"
)
.
Short
(
'a'
)
.
Envar
(
"OIDC_AT"
)
.
Envar
(
"OIDC"
)
.
String
()
issuerURIArg
=
app
.
Flag
(
"issuer"
,
"Issuer URI of your access token. Not needed if JWT access token with iss claim."
)
.
Short
(
'u'
)
.
Default
(
"https://unity.helmholtz-data-federation.de/oauth2"
)
.
String
()
feudalURI
=
app
.
Flag
(
"feudal"
,
"Feudal UR
I
"
)
.
Short
(
'f'
)
.
Default
(
"https://hdf-portal.data.kit.edu"
)
.
String
()
feudalURI
=
app
.
Flag
(
"feudal"
,
"Feudal UR
L
"
)
.
Short
(
'f'
)
.
Default
(
"https://hdf-portal.data.kit.edu"
)
.
String
()
pubKey
=
app
.
Flag
(
"identity-file"
,
"SSH identity (public key) file"
)
.
Short
(
'i'
)
.
String
()
verboseArg
=
app
.
Flag
(
"verbose"
,
"Verbose output"
)
.
Short
(
'v'
)
.
Bool
()
connectArg
=
app
.
Flag
(
"connect"
,
"Open SSH connection, once credentials are received (experimental)."
)
.
Short
(
'c'
)
.
Bool
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment