apache / apache/activemq

Helm chart livenessProbe fails due to authentication required

Open Beginner friendly
#1,999 2 comments 0 reactions 0 assignees View on GitHub
Stale
Dominant language
Java
Stars
2.5k
Forks
1.5k
Avg merge
10h 46m
Merged PRs (30d)
79

Description

The provided ActiveMQ Helm chart livenessProbe fails with 401 as httpGet on /admin endpoint requires authentication that is not provided.
Thus the Pod keep restarting. The chart from @kenliao94 uses tcpSocket method in livenessProbe same like with readinessProbe.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the provided ActiveMQ Helm chart and compare its livenessProbe with the readinessProbe, focusing on the httpGet request to /admin and the tcpSocket approach mentioned in the issue. Done means the liveness probe does not require unauthenticated HTTP access, returns successfully for a healthy Pod, and no longer causes repeated restarts.

Written by the indexing model from the issue text.

Assessment

Tech stack
helm, kubernetes
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.