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

# nemo_gym.secret_utils

## Module Contents

### Functions

| Name                                                                          | Description                                                                                |
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ |
| [`recursively_hide_secrets`](#nemo_gym-secret_utils-recursively_hide_secrets) | Mask every token/key leaf in place with '\*\*\*\*' so a config can be printed or exported. |

### API

```python
nemo_gym.secret_utils.recursively_hide_secrets(
    dict_config: omegaconf.DictConfig
) -> None
```

Mask every token/key leaf in place with '\*\*\*\*' so a config can be printed or exported.

Used by the config parser and the exporters.