Skip to content
Snippets Groups Projects
Verified Commit a1d0faaf authored by Daniel Hornung's avatar Daniel Hornung
Browse files

FIX: Added missing unauthenticated password_method.

parent 808be78d
No related branches found
No related tags found
2 merge requests!71Release 0.9,!68F fix schema unauthenticated
Pipeline #27427 canceled
......@@ -26,7 +26,7 @@ schema-pycaosdb-ini:
description: The password input method defines how the password is supplied that is used for authentication with the server.
type: string
default: input
enum: [input, plain, pass, keyring]
enum: [input, unauthenticated, plain, pass, keyring]
password_identifier:
type: string
password:
......
[Connection]
url=https://localhost:10443/
# No username, unauthenticated connection
password_method = unauthenticated
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment