You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,12 @@ SaltGUI supports the following authentication methods supported by salt:
70
70
- mysql
71
71
- yubico
72
72
73
+
Since pam by itself is already very powerfull, that one is mentionned as standard.
74
+
By default, it provides access to the Linux password file,
75
+
When other authentication methods need to be used their names can be added to file `saltgui/static/salt-auth.txt`.
76
+
There is one name per line in that file. Choose the authentication methods that are activated
77
+
in the salt-master configuration wisely, as the integrity of the salt-master and all salt-minions depends on it.
78
+
73
79
See the [EAUTH documentation](https://docs.saltstack.com/en/latest/topics/eauth/index.html) and the [Salt auth source code](https://github.com/saltstack/salt/tree/master/salt/auth) for more information.
0 commit comments