Skip to content
Snippets Groups Projects

F fix schema unauthenticated

Merged Daniel Hornung requested to merge f-fix-schema-unauthenticated into dev
3 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -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