I am looking if there is a way to use GMSA authentication for a .net core application running on linux container on a linux host.
I tried using the method provided here https://www.dsinternals.com/en/retrieving-cleartext-gmsa-passwords-from-active-directory/ but found that interative login "Kinit" won't work with AD.
More details:
1. The linux host I am using is domain joined to AD server and have access to retrieve passwords from AD
2. https://docs.microsoft.com/en-us/virtualization/windowscontainers/manage-containers/manage-serviceaccounts - I used the link that provides info how to configure GMSA account
a. The way docker is reading credspec file is only enabled fo windows machine
If anyone have thoughts how to approach this please do share it here. Thank you.