### Discussed in https://github.com/orgs/quarto-dev/discussions/14231 <div type='discussions-op-text'> <sup>Originally posted by **alyst** March 19, 2026</sup> ### Description My use case is using per-profile credentials for the notebook data retrieval. According to [Quarto docs](https://quarto.org/docs/projects/environment.html#managing-secrets), it currently supports: ``` _environment _environment-<profile> _environment.local ``` But it does not mention `_environment-<profile>.local` files. Supporting them will streamline things a lot.</div>