When OP_TLS_DOMAIN (or OP_LETSENCRYPT_DOMAIN), OP_TLS_CERT_FILE, and OP_TLS_KEY_FILE are set for the op-scim-bridge Deployment, the SCIM bridge container fails to load:
FTL failed to generate TLS config, retrying after backoff delay error="could not find cert file with given path secrets/tls-certificate: stat /secrets/tls-certificate: no such file or directory" application=op-scim build=207041 version=2.7.4
When
OP_TLS_DOMAIN
(orOP_LETSENCRYPT_DOMAIN
),OP_TLS_CERT_FILE
, andOP_TLS_KEY_FILE
are set for theop-scim-bridge
Deployment, the SCIM bridge container fails to load:Unsetting these environment variables in the
op-scim-configmap
ConfigMap and redeploying is a workaround: https://github.com/1Password/scim-examples/blob/a98b3d5626d03755c80c314f85d822274b8faea1/kubernetes/op-scim-config.yaml#L19-L20