`port` configuration option is not configuring Dex's command
Opened this issue · 1 comments
Bug Description
Despite having a configuration option port
for changing Dex's "listening port", this value is not used at all by Dex's command; if users change this value via the config option, Dex will not use it at all, as it is not reflected in the service command
Also, calling it "listening port" is misleading, according to the documentation, it is "The HTTP port used by Dex, default is 5556. Used to define web -> http in the Dex configuration as well as OIDC configurations". The configuration description should be more clear about it.
We should change this by making the proper refactor in the code and in the rock.
Thank you for reporting us your feedback!
The internal ticket has been created: https://warthogs.atlassian.net/browse/KF-6034.
This message was autogenerated