Skip to content

Infinispan Cluster Authentication Issue and Prometheus 403 Forbidden Error #20

@kshitizShri929

Description

@kshitizShri929

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:
$

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions