Skip to content

Ports for api and authentication services can't be changed #3356

@hagay3

Description

@hagay3

Hi,
I'm trying to change the port for authentication module with no luck, the port remains on '9100' .
After the change I did also st2ctl restart.

I tried to edit this section, with new port 9109

[auth]
port = 9109
host = 0.0.0.0
use_ssl = True

Stackstrom process still listens on 9100 port

tcp        0      0 127.0.0.1:9100          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:9101          0.0.0.0:*               LISTEN
tcp        0      0 127.0.0.1:9102          0.0.0.0:*               LISTEN

I checked also the api and it's the same issue.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions