> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.itential.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.itential.com/_mcp/server.

# iagctl describe secret-provider

Gateway 5.5+

Display the configuration details for a specific secret provider.

No credential values are shown. Itential Gateway stores only file paths and configuration identifiers in the provider resource, not the credentials themselves.

For more information, see [External secrets overview](../secrets/external-secrets/overview).

## Syntax

```bash
iagctl describe secret-provider <name>
```

## Example

```bash
iagctl describe secret-provider prod-vault
```

## Options

```bash
  -h, --help   Help for secret-provider
```

## Options inherited from parent commands

```bash
  --profile string   Specify the client profile to use (case-insensitive, defaults to [client] section)
  --config string    Path to the configuration file
  --raw              Display the result of the command in raw format
  --verbose          Enable verbose output
```