-
What happened?On version How can we reproduce the problem?I can reproduce the problem by doing the following steps:
Adding members or external members does not affect the error. Versionv0.10.x What database are you using?RocksDB What blob storage are you using?RocksDB Where is your directory located?Internal What operating system are you using?Linux Relevant log outputNotes:
2024-12-12T17:49:43Z WARN X-Forwarded-For header is missing (http.x-forwarded-missing) listenerId = "https", localPort = 443, remoteIp = IPv6, remotePort = 39914
2024-12-12T17:49:43Z TRACE Expression evaluation result (eval.result) listenerId = "https", localPort = 443, remoteIp = IPv6, remotePort = 39914, id = "server.http.allowed-endpoint", result = "Integer(200)"
2024-12-12T17:49:43Z TRACE Write batch operation (store.data-write) elapsed = 0ms, total = 2
2024-12-12T17:49:43Z TRACE HTTP request body (http.request-body) listenerId = "https", localPort = 443, remoteIp = IPv6, remotePort = 39914,
contents = "{"type":"list","quota":0,"name":"foo","tenant":"TENANT","picture":"admin","secrets":["$6$SECRET"],"emails":["foo@example.org"],"urls":[],"memberOf":[],"roles":[],"lists":[],"members":[],"enabledPermissions":[],"disabledPermissions":[],"externalMembers":[]}", size = 353
2024-12-12T17:49:43Z DEBUG Management error (manage.error) listenerId = "https", localPort = 443, remoteIp = IPv6, remotePort = 39914, details = Invalid principal name, reason = Principal name must include a valid domain assigned to the tenant
2024-12-12T17:49:43Z TRACE HTTP response body (http.response-body) listenerId = "https", localPort = 443, remoteIp = IPv6, remotePort = 39914, contents = "{"error":"other","details":"Invalid principal name","reason":"Principal name must include a valid domain assigned to the tenant"}", code = 200, size = 129 Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Answered by
mdecimus
Dec 12, 2024
Replies: 1 comment 2 replies
-
When using tenants, the List Name has to be formatted as an email address and include one of the domains associated to the tenant. Intead of "Example" use "example@example.org" as the list name. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
ghz7l
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using tenants, the List Name has to be formatted as an email address and include one of the domains associated to the tenant. Intead of "Example" use "example@example.org" as the list name.