Skip to content

Commit

Permalink
PR changes
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed Aug 7, 2024
1 parent 940ef72 commit 7c5a48a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions proto/spire/api/server/localauthority/v1/localauthority.proto
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ service LocalAuthority {
// will perform proactive rotations of any key material related to
// the tainted authority. The result of this action will be observed
// cluster-wide.
// It can receive the authority ID of an old X.509 authority.
// The X.509 authority to taint is identified using the provided X.509 Subject Key
//
// If an upstream authority is configured then local authorities cannot be tainted,
// and a FailedPrecondition error will be returned.
Expand All @@ -73,7 +73,7 @@ service LocalAuthority {
rpc TaintX509Authority(TaintX509AuthorityRequest) returns (TaintX509AuthorityResponse);

// TaintX509UpstreamAuthority marks the provided upstream authority as
// being tainted. SPIRE Agents observing a tainted authority to be tainted
// being tainted. SPIRE Agents observing a tainted authority
// will perform proactive rotations of any key material related to
// the tainted authority. The result of this action will be observed
// cluster-wide.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7c5a48a

Please sign in to comment.