fix doc-comment pointers broken by the module-eval split
Both referenced the now-deleted nix/module-eval.nix. The nix side of each pairing is spread across multiple files post-split, so drop the cross-reference rather than chase it across files.
This commit is contained in:
parent
04cac80c97
commit
78ebd7db3f
2 changed files with 3 additions and 4 deletions
|
|
@ -8,8 +8,8 @@ use swarm_secret_client::{Error, SecretStore};
|
|||
|
||||
/// The cert-auth role the controller logs in under.
|
||||
///
|
||||
/// `nix/host-modules/swarm-bao.nix`'s `controllerPolicyName` creates the role,
|
||||
/// names the policy after it, and `nix/module-eval.nix` pins the literal.
|
||||
/// `nix/host-modules/swarm-bao.nix`'s `controllerPolicyName` creates the
|
||||
/// role and names the policy after it.
|
||||
///
|
||||
/// ⚠️ Not the certificate's CN. The role *matches on* the CN
|
||||
/// (`allowed_common_names`), so the two are deliberately different strings.
|
||||
|
|
|
|||
Loading…
Reference in a new issue