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 (for now)
the FetchX509SVIDBySelectors 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]>
  • Loading branch information
mauriciovasquezbernal committed May 31, 2021
1 parent 7ff3eb0 commit f6af4bc
Show file tree
Hide file tree
Showing 4 changed files with 574 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/privileged/v1/privileged.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
390 changes: 390 additions & 0 deletions proto/spire/api/agent/privileged/v1/privileged.pb.go

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

Loading

0 comments on commit f6af4bc

Please sign in to comment.