diff --git a/docs/audit.md b/docs/audit.md index bdb51e5..8474033 100644 --- a/docs/audit.md +++ b/docs/audit.md @@ -1,6 +1,6 @@ # Audit -Manta can log user's operations in `/var/log/manta/` (Linux) or `${PWD}` (MacOS), please make sure this folder exists and the current user has `rwx` access to it +Manta can log user's operations in a local file. The audit file location can be specified in config file with the `audot_config` field. If missing, then the default location is `/var/log/manta/` (Linux). Make sure this folder exists and the current user has `rwx` access to it ```bash mkdir /var/log/manta diff --git a/docs/configuration.md b/docs/configuration.md index 1a1dce0..2f36662 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -51,7 +51,8 @@ Alternatively, an environment variable could be used to tell Manta where to find | sites.site_name.vault_role_id | yes | config file | role id related to Hashicorp Vault base URL approle authentication | b15517de-cabb-06ba-af98-633d216c6d99 | | sites.site_name.vault_secret_path | yes | config file | path in vault to find secrets | shasta | prealps | | sites.site_name.shasta_base_url | yes | config file | Shasta API base URL for Shasta related jobs submission | https://api-gw-service-nmn.local/apis | -| root_ca_cert_file | yes | config file | file name with the CSM root CA. This certificate is used to trust the CSM server | alps_root_cert.pem | +| root_ca_cert_file | yes | config file | file name with the CSM root CA. This certificate is used to trust the CSM server | alps_root_cert.pem | +| config_file | no | config file | path to audit file location | $HOME/audit_file.log | ## Add CSM root certificate token