You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently, when generating OAuth tokens using the Kong plugin, the name of the application as specified by the
Nameparameter of theKongConsumerOauth2struct is always hard-coded to beedgex. This should be configurable either through a command line option or a configuration.toml propery.