Replies: 1 comment 1 reply
-
Hi @223311, could you give more detailed information, your kong version, configuration, reproduce steps, etc. Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a poc using a kong hybrid approach with PostgreSQL as the database in a gke cluster. In this setup, I'm trying to secure the admin API, which is currently accessible by anyone. My goal is to ensure that even when accessing the Admin API directly from within the pod (e.g., via
curl
tohttps://localhost:8444/ -k
), it should require authentication.Could someone suggest how to add this security measure?
Beta Was this translation helpful? Give feedback.
All reactions