-
Notifications
You must be signed in to change notification settings - Fork 112
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
admin API should listen on all interfaces #705
Merged
jeohist
merged 4 commits into
mendix:develop
from
xiwenc:allow-prometheus-scraping-from-pod
Jun 11, 2024
Merged
admin API should listen on all interfaces #705
jeohist
merged 4 commits into
mendix:develop
from
xiwenc:allow-prometheus-scraping-from-pod
Jun 11, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…r model because it requires password to access privileged functions
jeohist
approved these changes
Jun 11, 2024
Thanks for your contribution @xiwenc ! It will be included in our next release. |
jeohist
pushed a commit
that referenced
this pull request
Jul 10, 2024
mukund-padale
added a commit
that referenced
this pull request
Aug 22, 2024
* Bump certifi from 2024.2.2 to 2024.6.2 (#754) Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2. - [Commits](certifi/python-certifi@2024.02.02...2024.06.02) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump ruff from 0.4.5 to 0.4.8 (#756) Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.5 to 0.4.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.5...v0.4.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump requests from 2.32.2 to 2.32.3 (#753) Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pytest from 8.2.1 to 8.2.2 (#763) Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.1 to 8.2.2. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.2.1...8.2.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump pylint from 3.2.2 to 3.2.3 (#764) * Bump cryptography from 42.0.7 to 42.0.8 (#762) * admin API should listen on all interfaces (#705) * MET-2698 - Changing the startup order for user-metering sidecar (#784) * MET-2698 - Changing the startup order for user-metering sidecar * MET-2698 - Increased timeout due to failures in the pipeline * Disable New Relic / Splunk tests * Fix fluentbit config, set explicit host IP * Enable Splunk and Newrelic tests --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Xiwen Cheng <[email protected]> Co-authored-by: Joey den Broeder <[email protected]> Co-authored-by: rus-kh <[email protected]> Co-authored-by: ekremsekerci <[email protected]> Co-authored-by: Denis Shuvalov <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Admin interface can be exposed safely on all interfaces in a container model because it requires a password to access privileged functions. This is needed for the
/Prometheus
endpoint to work. Because pod scraping by Prometheus is initiated outside of the pod.