Skip to content

Commit

Permalink
Update content/docs/latest/planning/extending.md
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Anderson <[email protected]>
Signed-off-by: chaosinthecrd <[email protected]>
  • Loading branch information
ChaosInTheCRD and sanderson042 committed Aug 24, 2023
1 parent 97f9a32 commit 789297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/latest/planning/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ In some cases it might be desirable for SPIRE to avoid being exposed to a signin

SPIRE comes with a set of built-in Key Manager plugins for the [Server](/docs/latest/deploying/spire_server/) and [Agent](/docs/latest/deploying/spire_agent/).

Note that the Key Manager is **not** provided with contextual metadata about the signing operation that it is performing (e.g., X.509 Certificate Signing Request). The SPIRE server performs any necessary policy evaluation on the signing request itself, and hands hashed data to the Key Manager plugin that is used as an input for creating a signature. This means that a Key Manager plugin cannot be developed for the means of performing evaluation of the request outside of the SPIRE server (e.g., Certificate Authority (CA) service in the case of X.509). The Upstream Authority plugin is the single method of integration between SPIRE and external CA's.
Note that the Key Manager is **not** provided with contextual metadata about the signing operation that it is performing (e.g., X.509 Certificate Signing Request). The SPIRE Server performs any necessary policy evaluation on the signing request itself, and hands hashed data to the Key Manager plugin that is used as an input for creating a signature. This means that a Key Manager plugin cannot be developed to evaluate the request outside of the SPIRE Server (e.g., Certificate Authority (CA) service in the case of X.509). The Upstream Authority plugin is the single method of integration between SPIRE and external CAs.

# Notifier plugins

Expand Down

0 comments on commit 789297e

Please sign in to comment.