Replies: 1 comment 2 replies
-
@gw-kamara for dev purposes, you could add an entry in your /etc/hosts file and use the ingress created by the operator i.e. to access http://artemis-broker-wconsj-0-svc-ing.apps.artemiscloud.io/ you need to add the following entry in your /etc/hosts:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As i understand, The console is only available from within the same name namespace
I can see in the jolokia-access.xml that this is set already
<cors> <!-- Allow cross-origin access from the origins that match the following pattern ... --> <allow-origin>*://artemis-broker-ss-0.artemis-broker-hdls-svc.default.svc.cluster.local*</allow-origin>
Im not concerned about the url its disposable.
Using the artemis_single.yml file example I've added
console: expose: true
But I am still not able to get access to the interface by running a
k port-forward ...
as the connection is refused.
How am i able to modify this to allow access from anywhere (I currently have no security concerns as it's development)
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions