I have set up an Infinispan cluster. When I use curl to connect Prometheus, it returns a 403 (Forbidden) error.
Command Used:
CreateCommand": [
"podman",
"run",
"-d",
"--name",
"infinispan",
"--network",
"infinispan-net",
"-p",
"11222:11222",
"-e",
"USER=admin",
"-e",
"PASS=admin",
"-e",
"INFINISPAN_METRICS=true",
"-e",
"INFINISPAN_METRICS_SECURITY=false",
"-e",
"AUTHORIZATION=false",
"-v",
"infinispan-data:/opt/infinispan/server/data",
"quay.io/infinispan/server:latest"
],
Error Received:
shritech@shritech-Inspiron-5570:$ curl -u admin:admin http://localhost:11222/metrics
ISPN080052: The request authentication mechanism 'null' is not supportedshritech@shritech-Inspiron-5570:$

I have set up an Infinispan cluster. When I use curl to connect Prometheus, it returns a 403 (Forbidden) error.
Command Used:
CreateCommand": [
"podman",
"run",
"-d",
"--name",
"infinispan",
"--network",
"infinispan-net",
"-p",
"11222:11222",
"-e",
"USER=admin",
"-e",
"PASS=admin",
"-e",
"INFINISPAN_METRICS=true",
"-e",
"INFINISPAN_METRICS_SECURITY=false",
"-e",
"AUTHORIZATION=false",
"-v",
"infinispan-data:/opt/infinispan/server/data",
"quay.io/infinispan/server:latest"
],
Error Received:
shritech@shritech-Inspiron-5570:
$ curl -u admin:admin http://localhost:11222/metrics$ISPN080052: The request authentication mechanism 'null' is not supportedshritech@shritech-Inspiron-5570: