Commit ae649f9
committed
Packaging: Remove world read perms from st2.conf
When testing the packages, we should discover any non-root processes
that rely on access to st2.conf. Hopefully giving them access will be as
simple as switching the group to ST2_SVC_USER. Otherwise, we might need
to revert this change and make st2.conf world readable.
Also note that ST2 now supports passing secrets in env vars. So, people
could theoretically include the secrets in systemd conf files that are
only accessible by root. If any utils, like st2ctl, need access to those
secrets, however, they will need to get them from somewhere else if they
are not in st2.conf.1 parent 1ad65e4 commit ae649f9
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
97 | 102 | | |
98 | 103 | | |
99 | 104 | | |
| |||
0 commit comments