edgexfoundry / security-api-gateway

Owner: Security WG
Apache License 2.0
11 stars 10 forks source link

The name of the service should be configurable when generating OAuth tokens #41

Open anonymouse64 opened 5 years ago

anonymouse64 commented 5 years ago

Currently, when generating OAuth tokens using the Kong plugin, the name of the application as specified by the Name parameter of the KongConsumerOauth2 struct is always hard-coded to be edgex. This should be configurable either through a command line option or a configuration.toml propery.

tingyuz commented 5 years ago

This issue will be addressed in delhi dot release.

tingyuz commented 5 years ago

Similar to issue #40, we will switch from hard-coded name to snis section of [secretservice] section in the configuration file. This will be addressed in Delhi dot release