Run AspNet Core app in docker using GMSA

I am trying to use GMSA to connect SQL from a main AspNet application. All preparatory steps are in progress, but it doesn't seem to work. I think the reason is that the application is launched with "dotnet.exe myapp.dll" and does not use the LocalSystem or Network accounts that are "proxied" through the GMSA account.

Is there a way to run an application in a container in LocalSystem without using a Windows service, or using IIS?

I already tried to use sysinternal "psexec64 -s" as entry point, but with error:

Connecting to local system...Starting PSEXESVC service on local system...Connecting with PsExec service on
1B2887C13C61...Error establishing communication with PsExec service on 1B2887C13C61:
The handle is invalid.

      

+3
docker asp.net-core active-directory


source to share


No one has answered this question yet

Check out similar questions:

3382
How is Docker different from a virtual machine?
1727
Should I use Vagrant or Docker to create an isolated environment?
1330
Copy files from host to Docker container
1182
Copying files from Docker container to hosting
1175
How do I get the IP address of the Docker container from the host?
1148
How to remove old Docker containers
1120
How to copy Docker images from one host to another without using a repository
890
How to list containers in Docker
792
How do I delete an image in Docker?
755
How to work with persistent storage (like databases) in docker



All Articles
Loading...
X
Show
Funny
Dev
Pics