GRPC changes for GMSA support

Signed-off-by: Jean Rouge <rougej+github@gmail.com>
This commit is contained in:
Jean Rouge 2019-05-16 15:34:10 -07:00
parent a3e914528a
commit 794176f3c4

View File

@ -637,6 +637,9 @@ message WindowsContainerSecurityContext {
// exist in the container image and be resolved there by the runtime; // exist in the container image and be resolved there by the runtime;
// otherwise, the runtime MUST return error. // otherwise, the runtime MUST return error.
string run_as_username = 1; string run_as_username = 1;
// The contents of the GMSA credential spec to use to run this container.
string credential_spec = 2;
} }
// WindowsContainerConfig contains platform-specific configuration for // WindowsContainerConfig contains platform-specific configuration for