You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to https://localhost:8444/ -k), it should require authentication.
Could someone suggest how to add this security measure?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
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