Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
jorgensq
2 years agoNew Contributor
Issue connecting to SCIM Bridge on Azure Container App
After installing and configuring the app with the correct SCIM-session etc, when i try to access the URL, i get the following message:
upstream connect error or disconnect/reset before headers. ...
jorgensq
2 years agoNew Contributor
Thanks for the reply hemal_g_1p .
After much trying around, i found some settings-options for another application you had some documentation for.
Turns out the guide you have are missing the fact that Azure container Apps have their own TLS certificate and does not need the Lets Encrypt functionality (in fact, you HAVE to turn it off on stock-settings to get it to work.
So: First to answer your questions:
1: I can reach the application, there was no firewall issues.
2: This is a very broad question, but the container was not recieving traffic, due to it trying to mount the lets Encrypt certificate.
3: Yes, this was persistant across networks.
4: I was not -> when i tried i got the error message.
TLDR: The settings needed to be set in adition to your env-variables on https://github.com/1Password/scim-examples/blob/main/azure-container-apps/aca-op-scim-bridge.yaml was:
{
name: 'OP_DOMAIN'
value: 'YOURDOMAIN.1password.eu'
}
{
name: 'OP_LETSENCRYPT_DOMAIN'
value: ''
}