User access and security settings (access.cfg)
- see Lesson04
- User queries are the main interfaces users can interact with. Those interfaces are defined using q language on
accessPoint
components.
- see Lesson05
In order to generate a new encrypted password for a user, please run
admin.genPass
interactive service:
$ yak console admin.genPass
Please enter new password: USERINPUT
Please re-enter new password: USERINPUT
Your new password is: 0x6160e6574666
New password (0x6160e6574666
) should be later placed in access.cfg
file.
- see Lesson05
- Setup fields
uOpt
anduFile
insystem.cfg
(Security model description) - Generate passwords using
genPass
component (genPass tool) - Configure technical user in
access.cfg
(Security model description) - Configure ordinary users in
access.cfg
(Security model description) - Refresh users’ permissions using
authentication
component (authentication/refreshUFiles tool) - Restart the system (yak restart command)
- see Lesson05
- Processes affected by permissions’ changes can be restarted after refresh
- Description in the dev doc