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
2265b08f
Commit
2265b08f
authored
Apr 15, 2019
by
Lukas Burgey
Browse files
Merge branch 'ib9131/feudalSSH-liboidcagent' into liboidcagent
parents
53b64aaf
5e9068d2
Pipeline
#45330
passed with stages
in 56 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
main.go
View file @
2265b08f
...
...
@@ -19,7 +19,7 @@ import (
kingpin
"gopkg.in/alecthomas/kingpin.v2"
"github.com/
zachmann
/liboidcagent-go/liboidcagent"
"github.com/
indigo-dc
/liboidcagent-go/liboidcagent"
)
var
(
...
...
@@ -327,7 +327,7 @@ func main() {
log
.
Printf
(
"Using issuer: %s"
,
issuerURI
)
var
err
error
accessToken
,
err
=
liboidcagent
.
GetAccessTokenByIssuerU
rl
(
issuerURI
,
120
,
""
,
"feudalSSH"
)
accessToken
,
err
=
liboidcagent
.
GetAccessTokenByIssuerU
RL
(
issuerURI
,
120
,
""
,
"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