Enables uid & gid authentication across a host cluster
Go to file
Honggang Li dd989999a3 Add gating test
Related: rhbz#1971065

Signed-off-by: Honggang Li <honli@redhat.com>
2021-07-27 04:32:13 -04:00
tests Add gating test 2021-07-27 04:32:13 -04:00
.gitignore RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
README.md RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
create-munge-key RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
gating.yaml Add gating test 2021-07-27 04:32:13 -04:00
munge.logrotate RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
munge.spec Rebuilt for RHEL 9 BETA for openssl 3.0 2021-06-16 03:31:52 +00:00
munge.sysusers RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00
sources RHEL 9.0.0 Alpha bootstrap 2020-10-15 20:38:59 +02:00

README.md

MUNGE

The munge package.

MUNGE (MUNGE Uid 'N' Gid Emporium) is an authentication service for creating and validating credentials.

Bevor starting the service as the first time a secret key has to been created.

For creating the key add store it to the file /etc/munge/munge.key the following script is provided:

create-munge-key

In the second step you can start und enable the munge service.

systemctl start munge
systemctl enalbe munge