hi, I refer to this document `<https://datahubproj...
# troubleshoot
a
hi, I refer to this document
<https://datahubproject.io/docs/how/auth/add-users>
, Use static credentials method add user, But my UI Tag (user & groups) cannot view users. My steps:
Copy code
shell
[root@90037datahub ~]# echo "luoweiying:123456Test" >> ${HOME}/.datahub/plugins/frontend/auth/user.props
[root@90037datahub ~]# cat ${HOME}/.datahub/plugins/frontend/auth/user.props
luoweiying:123456Test
[root@90037datahub ~]# docker restart datahub-frontend-react
datahub-frontend-react
And this user cannot be used in Policies
b
If you read the section on caveats, it will tell you that this method will not enable searchable users. The method to create users is also stated there
a
ok,