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
I am wiring a custom config for mod_authnz_ldap that contains the LDAP bind password. The configuration is wrapped in Sensitive type (Deferred as well…) which is not accepted.
Use Case
I am wiring a custom config for mod_authnz_ldap that contains the LDAP bind password. The configuration is wrapped in Sensitive type (Deferred as well…) which is not accepted.
When I change the content declaration to:
Optional[Variant[String, Sensitive]] $content = undef
I can supply the Sensitive content without a problem.
The text was updated successfully, but these errors were encountered: