Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Jul 3, 2024
1 parent c8befc5 commit 8013ea4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/audit.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 2 additions & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8013ea4

Please sign in to comment.