| 1 | // SPDX-License-Identifier: GPL-3.0-or-later |
| 2 | |
| 3 | // Package secretsctl owns the secretstore dyncfg control plane for jobmgr. |
| 4 | // |
| 5 | // It does not own: |
| 6 | // - dyncfg prefix routing |
| 7 | // - dyncfg handoff/channel ownership |
| 8 | // - Manager.run() serialized execution |
| 9 | // - collector-supervisor coordination such as dependent collector restarts |
| 10 | // - dependency-index ownership or writes |
| 11 | package secretsctl |