forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
3.4 KiB
3.4 KiB
USER Object Design
Rule 2.5: Following the Least Privilege Principle and Avoiding Running Services Using Users with Special Permissions
Rule 2.6: Avoiding the Use of a Single Database Account for All Services
Impact of rule violation:
- Using a single database user for all services hinders effective service management and control. In abnormal situations, it becomes impossible to isolate specific users for emergency purposes.
Solution:
- Create administrators, service operation users, and O&M users for different purposes.
- Use different users to run different services for improved management and allocation of services and resources.
Parent topic: GaussDB(DWS) Object Design Specifications