gMSA support on Linux
ECS changes to support gMSA on Linux
- changes to init module to pass environment variables to agent
- changes to agent to return gmsa capability
- added grpc client to communicate with credentials-fetcher daemon
Summary
Implementation details
Testing
New tests cover the changes:
Description for the changelog
Licensing
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Is it possible to break this PR down into multiple short ones? 280 files changed is too much to review in 1 PR.
Is it possible to break this PR down into multiple short ones? 280 files changed is too much to review in 1 PR.
FWIW, i believe it's mostly vendor dir changes
Can you please add documentation on how to auto-gen the protobuf files?
Is it possible to break this PR down into multiple short ones? 280 files changed is too much to review in 1 PR.
most of the changes are pulled in with gRPC reference
Can we have provide more information, such as what are main changes, the purpose of the main changes, some minor changes (moving codes from one file to another file), how to test it, any E2E testing, ...etc on this PR to help readers review it? Thanks.
Can we have provide more information, such as what are main changes, the purpose of the main changes, some minor changes (moving codes from one file to another file), how to test it, any E2E testing, ...etc on this PR to help readers review it? Thanks.
we are adding a blog for it and also I am wrapping up a quip for the end to end testing, will share it here as well
closing as this has been superseded by other PRs