Enables uid & gid authentication across a host cluster
130e673de2
Resolves: RHEL-64018 |
||
---|---|---|
tests | ||
.gitignore | ||
changelog | ||
create-munge-key | ||
dun.gpg | ||
gating.yaml | ||
munge-0.5.15.tar.xz.asc | ||
munge.logrotate | ||
munge.spec | ||
munge.sysusers | ||
README.md | ||
sources |
MUNGE
The munge package.
MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.
A secret key must be created before starting the service for the first time. This can be done with the following command:
sudo -u munge /usr/sbin/mungekey -v
Please read man 8 mungekey
for more information.
In the second step you can start and enable the munge service.
systemctl start munge
systemctl enable munge