Skip to content

Commit

Permalink
proxy: include headers credential issuer in handler factory
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hutchinson <[email protected]>
  • Loading branch information
Jason Hutchinson authored and arekkas committed Aug 16, 2018
1 parent ab8a402 commit 0e1ef1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/helper_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,5 +201,6 @@ func handlerFactories(keyManager rsakey.Manager) ([]proxy.Authenticator, []proxy
viper.GetDuration("CREDENTIALS_ISSUER_ID_TOKEN_LIFESPAN"),
viper.GetString("CREDENTIALS_ISSUER_ID_TOKEN_ISSUER"),
),
proxy.NewCredentialsIssuerHeaders(),
}
}

0 comments on commit 0e1ef1b

Please sign in to comment.