Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Workload API client #68

Closed
azdagron opened this issue Mar 9, 2020 · 1 comment
Closed

Implement Workload API client #68

azdagron opened this issue Mar 9, 2020 · 1 comment
Assignees
Projects

Comments

@azdagron
Copy link
Member

azdagron commented Mar 9, 2020

This issue is to implement a primitive wrapper around the Workload API as outlined in client.go and options.go

For the most part, the implementation should more or less be a wrapper around the Workload API gRPC client, converting to/from protobufs and convenience types as necessary. All of the methods on the client are synchronous and straightforward.

Much of the dialing/setup code can be pulled from existing go-spiffe implementations.

The convenience methods in convenience.go should also be implemented as part of this issue. They are all small wrappers that:

  1. create a new client
  2. call the appropriate method
  3. shut down the client.

This issue depends on #55, #56, #57, #58, #62, and #67.

@azdagron azdagron added this to To do in V2 API via automation Mar 9, 2020
@kunzimariano kunzimariano self-assigned this Mar 25, 2020
@kunzimariano kunzimariano moved this from To do to In progress in V2 API Mar 26, 2020
@kunzimariano kunzimariano moved this from In progress to Review in progress in V2 API Apr 27, 2020
@azdagron azdagron moved this from Review in progress to Done in V2 API Apr 30, 2020
@azdagron
Copy link
Member Author

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
V2 API
  
Done
Development

No branches or pull requests

2 participants