Request
- Request:
GET /api/v4/injection/config-file?target\_path=/etc/myapp/config.yaml\&application=myapp
- Authorization:
Bearer {token}
Response
{
"logs": \[
{
"id": "log-3091e4c0",
"timestamp": "2025-05-28T13:45:00Z",
"target\_path": "/etc/myapp/config.yaml",
"secret\_id": "db-prod-123",
"file\_type": "yaml",
"injection\_field": "db.password",
"application": "myapp",
"trigger\_type": "rotation",
"status": "success",
"message": "Secret injected and config file updated."
}
\],
"count": 1
}