Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable console access on internal admin port 11223 #1916

Closed
ryanemerson opened this issue Nov 30, 2023 · 1 comment
Closed

Disable console access on internal admin port 11223 #1916

ryanemerson opened this issue Nov 30, 2023 · 1 comment
Labels
bug Something isn't working documentation Adds or changes docu

Comments

@ryanemerson
Copy link
Contributor

ryanemerson commented Nov 30, 2023

The Infinispan operator exposes two ports on the deployed server, 11222 and 11223. The latter is for internal operator use and metric collection. We should update the latter's endpoint definiton to explicitly disable the console. Furthermore, we should make it clear in the docs users wishing to connect to the console should only ever attempt to do so via port 11222.

The -admin service exposing port 11223 should also be documented here.

@ryanemerson ryanemerson added the documentation Adds or changes docu label Nov 30, 2023
ryanemerson added a commit to ryanemerson/infinispan-operator that referenced this issue Dec 1, 2023
@ryanemerson ryanemerson changed the title Explicitly state which Infinispan port should be used to connect to the Infinispan console Disable console access on internal admin port 11223 Dec 1, 2023
@ryanemerson ryanemerson added the bug Something isn't working label Dec 1, 2023
ryanemerson added a commit to ryanemerson/infinispan-operator that referenced this issue Dec 1, 2023
- Explicitly state which Infinispan port should be used to connect to the Infinispan console

Resolves infinispan#1916
ryanemerson added a commit to ryanemerson/infinispan-operator that referenced this issue Dec 6, 2023
- Explicitly state which Infinispan port should be used to connect to the Infinispan console

Resolves infinispan#1916
ryanemerson added a commit to ryanemerson/infinispan-operator that referenced this issue Jan 8, 2024
- Explicitly state which Infinispan port should be used to connect to the Infinispan console

Resolves infinispan#1916
ryanemerson added a commit to ryanemerson/infinispan-operator that referenced this issue Jan 10, 2024
ryanemerson added a commit to ryanemerson/infinispan-operator that referenced this issue Jan 11, 2024
ryanemerson added a commit that referenced this issue Jan 11, 2024
@ryanemerson
Copy link
Contributor Author

It's not possible to just disable the console on the server as configuring also disables other REST endpoints that are required by the Operator.

Instead we should make it clear in the documentation that only the console exposed on port 11222 should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Adds or changes docu
Projects
None yet
Development

No branches or pull requests

1 participant