bug(web-ng): SPIFFE certificate expiry unavailable #1053

Closed
opened 2026-03-28 04:31:13 +00:00 by mfreeman451 · 1 comment
Owner

Imported from GitHub.

Original GitHub issue: #2897
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2897
Original created: 2026-02-24T03:40:45Z


Describe the bug
web-ng 03:39:39.672 [warning] SPIFFE certificate expiry unavailable: %GRPC.RPCError{status: 7, message: "no identity issued", details: nil}

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Imported from GitHub. Original GitHub issue: #2897 Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2897 Original created: 2026-02-24T03:40:45Z --- **Describe the bug** `web-ng 03:39:39.672 [warning] SPIFFE certificate expiry unavailable: %GRPC.RPCError{status: 7, message: "no identity issued", details: nil}` **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
Author
Owner

Imported GitHub comment.

Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/issues/2897#issuecomment-3949340021
Original created: 2026-02-24T06:00:16Z


fixed, k8s/k3s change

ExecStart=/usr/local/bin/k3s \
    agent \
	'--kube-proxy-arg' \
	'proxy-mode=ipvs' \
	'--node-ip' \
	'10.0.2.13,2602:f678:0:ff::13'
Imported GitHub comment. Original author: @mfreeman451 Original URL: https://github.com/carverauto/serviceradar/issues/2897#issuecomment-3949340021 Original created: 2026-02-24T06:00:16Z --- fixed, k8s/k3s change ``` ExecStart=/usr/local/bin/k3s \ agent \ '--kube-proxy-arg' \ 'proxy-mode=ipvs' \ '--node-ip' \ '10.0.2.13,2602:f678:0:ff::13' ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar#1053
No description provided.