Replies: 1 comment 1 reply
-
Hi, Please check "Grpc" section in Mesh configuration file: mesh.json.
{
"domain.com\\Mesh Users": ["(time_series, read)", "(model, read)"],
"domain.com\\Mesh Admins": [
"(time_series, create)",
"(time_series, read)",
"(time_series, update)",
"(time_series, delete)",
"(model, create)",
"(model, read)",
"(model, update)",
"(model, delete)"
]
} Most likely currently you are running without Kerberos and TLS. To get familiar with this functionality I'd suggest:
Please note that creating TLS certificates and configuring Kerberos depends heavily on your environment, IT policies, etc. and would need involvement from IT operations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I am looking at the requirements for permission levels in our environment.
"The SDK will support three permission levels for the physical Mesh object model – no access, read-only and read and write access. "
I have currently not edited any fields in the _authentication.py.
So far it looks like I have permission to do all operations, read/write.
Is there a way to check if Authentication and authorization are enabled on the Mesh server?
FYI @gurosatherHeco
Beta Was this translation helpful? Give feedback.
All reactions