Helm chart livenessProbe fails due to authentication required

Open Beginner friendly
#1,999 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

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

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.

Description

Stale

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.

Dominant language
Java
Stars
2.5k
Forks
1.5k
Avg merge
8h 27m
Merged PRs (30d)
73

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from apache/activemq

All issues in apache/activemq

Similar issues

More Java issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.