The `Name` parameter in the `KongConsumerOauth2` struct is hard-coded when creating a new OAuth token here: https://github.com/edgexfoundry/security-api-gateway/blob/a1603d1c9a577cf3e8018701906c3cb1a7d5a40d/core/accounts.go#L143-L148 This should be configurable through the configuration.toml file if not a command line parameter.
The
Nameparameter in theKongConsumerOauth2struct is hard-coded when creating a new OAuth token here:security-api-gateway/core/accounts.go
Lines 143 to 148 in a1603d1
This should be configurable through the configuration.toml file if not a command line parameter.