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
53b64aaf
Commit
53b64aaf
authored
Mar 21, 2019
by
Lukas Burgey
Browse files
Use recommended liboidcagent parameters
parent
f544b23c
Pipeline
#44089
passed with stages
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
main.go
View file @
53b64aaf
...
...
@@ -327,7 +327,7 @@ func main() {
log
.
Printf
(
"Using issuer: %s"
,
issuerURI
)
var
err
error
accessToken
,
err
=
liboidcagent
.
GetAccessTokenByIssuerUrl
(
issuerURI
,
0
,
""
,
""
)
accessToken
,
err
=
liboidcagent
.
GetAccessTokenByIssuerUrl
(
issuerURI
,
12
0
,
""
,
"
feudalSSH
"
)
if
err
!=
nil
{
fatalf
(
"Unable to get access token from oidc agent: %s"
,
err
)
}
...
...
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