drop: Admin server config endpoint

BREAKING CHANGE

The endpoint was at risk of being left unprotected when exposing it.

The accompanying `admin-server-config-enabled` config was also dropped.
This commit is contained in:
steve-chavez
2025-05-04 13:53:50 -05:00
committed by Steve Chavez
parent 7d04731be1
commit 98ca7c15d5
4 changed files with 3 additions and 34 deletions
-17
View File
@@ -55,23 +55,6 @@ Metrics
Provides :ref:`metrics`.
Runtime Configuration
=====================
Provides a ``config`` endpoint that returns the runtime :ref:`configuration`.
.. code-block:: bash
curl "http://localhost:3001/config"
.. code-block::
db-aggregates-enabled = false
db-anon-role = "web_anon"
db-channel = "pgrst"
db-channel-enabled = false
...
Runtime Schema Cache
====================