| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
| }).then((response) => { | ||
| const reason = "Delete from management UI."; | ||
| return await Axios.post( | ||
| `${API_ENDPOINT}/users/${userrole.userName}/userroles/delete?code=${token}`, |
Sorry, something went wrong.
There was a problem hiding this comment.
Move all tokens of access control management APIs into header with a common axios.create() function.
Please check if it's an acceptable way. If so, I will implement the practice to all APIs.
Sorry, something went wrong.
|
Would this only work for SQL based registry? Or for both purview & SQL based reigstry? |
Sorry, something went wrong.
In current implementation, this only work for SQL based Access Control with API layer. Also, I've tried to store access control records into Purview to simplify required resources. However, the concurrency control is still a big problem. If that's fixed, we can implement access control management into purview as well. |
Sorry, something went wrong.
|
Create a new PR for access control plugin experience: #409 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What is covered:
What is NOT covered: