You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added support for certificate authentication. The different types of authentication can now be enabled using the new boolean inputs enable_username_auth (defaults to true) and enable_certificate_auth (defaults to false). If you set enable_certificate_auth = true you must pass at least one client certificate CRN value to the client_cert_crns list input. (#423) (e360a2f)