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.
Bug Description
Despite having a configuration option
portfor 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 servicecommandAlso, 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.