Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Presetting users, resource types, privileges are stored in local files. When milvus starts, it will load these files and insert records into database.
  2. Presetting users, resource types and privileges can be added into files and taking effect after restarting milvus service.
  3. The root user is the only user that has privileges for creating and dropping users.
  4. In MEP-27, basic auth is taking effect if there are any existing users. Since root user is created by default once Milvus service starts, it needs to introduce a toggle to know where whether the basic auth is turned on.
  5. Using Casbin for role-based privileges check ???

...