the-bastion/etc/bastion/osh-cleanup-guest-key-access.conf.dist
Stéphane Lesimple e71aa7b975 feat: add osh-cleanup-guest-key-access.pl script
This script removes system-level access to group keys to old guests
of groups that no longer have any active access to servers of that group.
This only happens when the last access to be removed from them had a TTL.
2022-02-09 14:31:33 +01:00

16 lines
895 B
Text

###############################################################################
## Config for /opt/bastion/bin/cron/osh-cleanup-guest-key-access.pl, the script
## responsible for cleaning up dangling accesses to group keys to group guests
## that no longer have access to any server of the group (happens when the last
## access expired with a TTL).
## This is a JSON file.
###############################################################################
{
# > Logging
# >> These options configure the way the script logs its actions
#
# SyslogFacility (string)
# DESC: The syslog facility to use for logging the script output. If set to the empty string, we'll not log through syslog at all. If this configuration option is missing from your config file altogether, the default value will be used (local6), which means that we'll log to syslog.
# DEFAULT: local6
"SyslogFacility": "local6"
}