> For the complete documentation index, see [llms.txt](https://docs.enclaive.cloud/nitride/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enclaive.cloud/nitride/api/configuration.md).

# Configuration

## Get system configuration

> Retrieves the current system configuration settings

```json
{"openapi":"3.0.2","info":{"title":"Enclaive auth-ratls API","version":"0.0.0-0"},"servers":[{"url":"http://localhost:8200","description":"Local development server"}],"paths":{"/v1/auth/ratls/config":{"get":{"tags":["Configuration"],"summary":"Get system configuration","description":"Retrieves the current system configuration settings","operationId":"getConfig","responses":{"200":{"description":"Configuration retrieved successfully","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ConfigRead_configResponse"}}}}}}}},"components":{"schemas":{"ConfigRead_configResponse":{"type":"object","properties":{"request_id":{"type":"string"},"lease_id":{"type":"string"},"renewable":{"type":"boolean"},"lease_duration":{"type":"integer"},"data":{"type":"object","properties":{"inline_policy":{"type":"string","description":"If namespacing is enabled, the inlined policy for the namespace token"},"namespace":{"type":"boolean","description":"Enable namespaced tokens based on workload namespace"}}},"wrap_info":{"type":"null"},"warnings":{"type":"null"},"auth":{"type":"null"}}}}}}
```
