Skip to content
Snippets Groups Projects

F fix schema unauthenticated

2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -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:
Loading