The AD concern with the User Role Name Attribute field erroneously mapping to the User Name Attribute field has been fixed, and will be available starting with Beta4.
Just upgraded to the 8.3.0-rc1 to see if the Postgres issue is resolved and it seems to be unchanged. I canāt get mutual TLS authenticaion to work to the database no matter what I do. I know this thread is marked as solved on account of the AD issues being resolved. These should have probably been two threads for the two issues. Should I start another for the ongoing Postgres issue? Is there any update on the progress to replicate/resolve that?
I canāt get mutual TLS authenticaion to work to the database no matter what I do
We are looking into this and want to confirm what we are seeing is what you are running into. In attempting to reproduce this, I am not seeing quotes being added but I am working on getting a copy you provided earlier.
What I am seeing is there is a behavior change from 8.1 ā 8.3 where:
A username is provided,
A password isnāt set
The username isnāt being sent with the connection request. This is causing the client cert authentication to occur with the username of the user Ignition is running as.
Can you please try the following:
If quotes are added to the beginning and end of your connection properties, please remove them and all escaping.
Set an embedded password of a single space and save the connection.
Thank you for confirming that this works. We will have a fix for that issue but it likely will not come until 8.3.1. I just wanted to confirm that there isn't anything that we might have missed.