You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a gMSA credential spec that I've been using to transfer log files to shares on our network that I can make work if I manually create a node in Node Manager and then manually spin up a detached container with the --security-opt 'credentialspec=file://domain_gmsa-group.json' flag, however the file transfers do not work when used as a value for the Docker Command argument under Create Container Settings.
I've got a pipeline set up where the first commands are:
powershell('nltest /sc_verify:domain.com')
powerhsell('klist get krbtgt')
I've got a gMSA credential spec that I've been using to transfer log files to shares on our network that I can make work if I manually create a node in Node Manager and then manually spin up a detached container with the
--security-opt 'credentialspec=file://domain_gmsa-group.json'
flag, however the file transfers do not work when used as a value for the Docker Command argument under Create Container Settings.I've got a pipeline set up where the first commands are:
and the first fails with:
The Test Connection output:
The Docker Command:
docker run -d --security-opt 'credentialspec=file://domain_gmsa-group.json'
The text was updated successfully, but these errors were encountered: