Describe your changes
The name of file and struct for (old) TrustFileSource felt awkward so I've renamed it to FileTrustSource. I think this name is clearer.
I've also added comments in the file describing what a FileTrustSource is intended to do.
Testing performed
Manual testing to ensure the project builds, can be loaded and enabled as a plugin in vault, and properly verifies SVIDs using file trust sources.
Additional context
Long term when a SPIRE trust source is added the name and intention will be clearer if it is SpireTrustSource.
Signed-off-by: Dennis Gove dgove1@bloomberg.net
Describe your changes The name of file and struct for (old)
TrustFileSource
felt awkward so I've renamed it toFileTrustSource
. I think this name is clearer.I've also added comments in the file describing what a
FileTrustSource
is intended to do.Testing performed Manual testing to ensure the project builds, can be loaded and enabled as a plugin in vault, and properly verifies SVIDs using file trust sources.
Additional context Long term when a SPIRE trust source is added the name and intention will be clearer if it is
SpireTrustSource
.