Merge remote-tracking branch 'origin/master' into 0424-merge-latest-master-to-release-57

This commit is contained in:
zmstone 2024-04-24 17:51:16 +02:00
commit b1a29665cb
1 changed files with 3 additions and 3 deletions

View File

@ -13,15 +13,15 @@ connector_resource_opts.label:
auth_basic.desc: auth_basic.desc:
"""Parameters for basic authentication.""" """Parameters for basic authentication."""
auth_basic.label: auth_basic.label:
"""Basic auth params""" """Basic auth parameters"""
auth_basic_password.desc: auth_basic_password.desc:
"""Basic authentication password.""" """Basic authentication password. The `password` part of the `username:password` authentication string."""
auth_basic_password.label: auth_basic_password.label:
"""Password""" """Password"""
auth_basic_username.desc: auth_basic_username.desc:
"""Basic authentication username.""" """Basic authentication username. The `username` part of the `username:password` authentication string."""
auth_basic_username.label: auth_basic_username.label:
"""Username""" """Username"""