Skip to content

Commit

Permalink
disable self JMX auth for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Apr 23, 2024
1 parent 805b564 commit d335777
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compose/cryostat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ services:
QUARKUS_HTTP_HOST: "cryostat"
QUARKUS_HTTP_PORT: ${CRYOSTAT_HTTP_PORT}
QUARKUS_HIBERNATE_ORM_LOG_SQL: "true"
CRYOSTAT_DISABLE_JMX_AUTH: "true"
CRYOSTAT_DISCOVERY_JDP_ENABLED: ${CRYOSTAT_DISCOVERY_JDP_ENABLED:-true}
CRYOSTAT_DISCOVERY_PODMAN_ENABLED: ${CRYOSTAT_DISCOVERY_PODMAN_ENABLED:-true}
CRYOSTAT_DISCOVERY_DOCKER_ENABLED: ${CRYOSTAT_DISCOVERY_DOCKER_ENABLED:-true}
Expand Down

0 comments on commit d335777

Please sign in to comment.