Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: metrics-host-allowlist for Teku #765

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

zilm13
Copy link
Contributor

@zilm13 zilm13 commented Sep 16, 2024

Currently '*' is passed to Teku, which is not correct, so I see Not Authorized when trying to access Teku metrics, Prometheus says that Teku is down because of 403, and Grafana metrics are empty.
Only * should be passed, which is the purpose of the fix.
I don't know how to test it, so not 100% on the fix.

@zilm13 zilm13 changed the title Fix metrics-host-allowlist for Teku fix: metrics-host-allowlist for Teku Sep 16, 2024
@pk910 pk910 merged commit ad75fcc into ethpandaops:main Sep 16, 2024
13 of 14 checks passed
barnabasbusa pushed a commit that referenced this pull request Sep 23, 2024
🤖 I have created a release *beep* *boop*
---


##
[4.3.0](4.2.0...4.3.0)
(2024-09-23)


### Features

* add prefunded accounts
([#752](#752))
([1be7efa](1be7efa))
* dora - show more infos about all peers on client pages
([#760](#760))
([c77d95f](c77d95f))


### Bug Fixes

* `metrics-host-allowlist` for Teku
([#765](#765))
([ad75fcc](ad75fcc))
* built in validator lifecycle test for assertoor
([#763](#763))
([6f868cc](6f868cc))
* explicitly set client contexts
([#755](#755))
([94dc531](94dc531))
* no default resource limits
([#768](#768))
([4c4831b](4c4831b))
* prysm gRPC removal - use http server instead for keymanager
([#761](#761))
([ba91174](ba91174))
* remove epoch checker for goomy
([#754](#754))
([f124bbf](f124bbf))
* remove exp RPC API namespace flag from nimbus-eth1 configuration
([#767](#767))
([8fec454](8fec454))
* reth-builder volume claim
([#771](#771))
([4570328](4570328))
* update dora config for latest release & remove custom images
([#748](#748))
([a433c50](a433c50))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants