Skip to content
This repository was archived by the owner on Jan 10, 2020. It is now read-only.
This repository was archived by the owner on Jan 10, 2020. It is now read-only.

edgexproxy hard-codes the name of the OAuth service #37

Description

@anonymouse64

The Name parameter in the KongConsumerOauth2 struct is hard-coded when creating a new OAuth token here:

ko := &KongConsumerOauth2{
Name: EdgeXService,
ClientId: config.KongAuth.ClientId,
ClientSecret: config.KongAuth.ClientSecret,
RedirectUri: config.KongAuth.RedirectUri,
}

This should be configurable through the configuration.toml file if not a command line parameter.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions