Signing back into the Community for the first time? You'll need to reset your password to access your account. Find out more.
Forum Discussion
ysantos
9 months agoNew Contributor
Provisioning through Entra using Docker Swarm
Hi there,
I am trying to deploy a scim bridge for provisioning using Entra ID. I already have dns setup and working fine and I have a linux vm running docker. When I run the deploy.sh file I get ...
ysantos
9 months agoNew Contributor
docker services are running redis and scim, but my scim logs show the following errors;
ERR certificate manager error error="HTTP 400 urn:ietf:params:acme:error:dns - DNS problem: NXDOMAIN looking up A for op-scim-bridge.enet.i e - check that a DNS record exists for this domain; DNS problem: NXDOMAIN looking up AAAA for op-scim-bridge.enet.ie - check that a DNS record exists for this domain" application=op-scim att empt=0 build=209051 component=CertificateManager elapsed=0 hostname=1dbe1b6086c0 instance_id=k57prm2i retry_time=0 subcomponent=certmagic version=2.9.5
I did check my dns and they are correct and can be resolved from my vm both ipv4 and ipv6 records. they are pointing to my vm ip address however I noticed my services are running in another network I guess this is how docker networks work but I can't seem to make the scim bridge work.