{ "opencollection": "1.0.0", "info": { "name": "Dapr Actors Secrets API", "version": "1.0.0" }, "items": [ { "info": { "name": "Secrets", "type": "folder" }, "items": [ { "info": { "name": "Dapr Get Secret", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3500/v1.0/secrets/:secret-store-name/:name", "params": [ { "name": "secret-store-name", "value": "", "type": "path", "description": "The name of the secret store component." }, { "name": "name", "value": "", "type": "path", "description": "The name of the secret to retrieve." }, { "name": "metadata.version_id", "value": "", "type": "query", "description": "Version identifier for the secret (supported by Hashicorp Vault, GCP Secret Manager, AWS Secret Manager)." }, { "name": "metadata.version_stage", "value": "", "type": "query", "description": "Version stage for the secret (supported by AWS Secret Manager)." }, { "name": "metadata.namespace", "value": "", "type": "query", "description": "Kubernetes namespace (supported by Kubernetes Secrets)." } ] }, "docs": "Retrieves a secret from the specified secret store by name. Supports optional per-request metadata such as version_id and version_stage." }, { "info": { "name": "Dapr Get Bulk Secrets", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:3500/v1.0/secrets/:secret-store-name/bulk", "params": [ { "name": "secret-store-name", "value": "", "type": "path", "description": "The name of the secret store component." } ] }, "docs": "Retrieves all secrets from the specified secret store in a single request." } ] } ], "bundled": true }