Skip to content

Commit

Permalink
proto/agent: add privileged API
Browse files Browse the repository at this point in the history
Add proto definitios for new privileged API. This API includes
the FetchX509SVIDBySelectors method that allows a privileged client to
get the X509-SVID of a given workload by passing a set of selectors.

X509-SVID for registration entries matching *all* the passed selectors
are returned.

Signed-off-by: Mauricio Vásquez <[email protected]>
Signed-off-by: Mauricio Vásquez <[email protected]>
  • Loading branch information
mauriciovasquezbernal committed Jun 24, 2021
1 parent 7ff3eb0 commit b9ccd1f
Show file tree
Hide file tree
Showing 4 changed files with 844 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ protos := \

apiprotos := \
proto/spire/api/agent/debug/v1/debug.proto \
proto/spire/api/agent/delegation/v1/delegation.proto \
proto/spire/api/server/agent/v1/agent.proto \
proto/spire/api/server/bundle/v1/bundle.proto \
proto/spire/api/server/debug/v1/debug.proto \
Expand Down
Loading

0 comments on commit b9ccd1f

Please sign in to comment.