Skip to content
Snippets Groups Projects
Commit 9c4743a2 authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

Merge branch 'f-fix-schema-unauthenticated' into 'dev'

F fix schema unauthenticated

See merge request !68
parents 808be78d 9e6b9986
No related branches found
No related tags found
2 merge requests!71Release 0.9,!68F fix schema unauthenticated
Pipeline #28044 passed
......@@ -20,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ###
* [#141](https://gitlab.indiscale.com/caosdb/src/caosdb-pylib/-/issues/141) password_method = unauthenticated not allowed by schema
### Security ###
### Documentation ###
......
......@@ -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