-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Hub Audit Logs Documentation #75
base: feature/hub-1.4.0-features
Are you sure you want to change the base?
Conversation
WalkthroughThe pull request introduces a new documentation section for Audit Logs in the Cryptomator Hub. The revision adds the file Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (2)
🔇 Additional comments (5)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also change the keys of the list items to what the user actual sees in the audit log e.g. change DeviceRegister
to Register Device
- **VaultMemberAdd** – A member has been added to a vault. | ||
- **VaultMemberRemove** – A member has been removed from a vault. | ||
- **VaultMemberUpdate** – A vault member’s permissions have been updated. | ||
- **VaultOwnershipClaim** – Vault ownership has been claimed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please explain what this means
- **VaultKeyRetrieve** – A vault key has been retrieved. | ||
- **VaultMemberAdd** – A member has been added to a vault. | ||
- **VaultMemberRemove** – A member has been removed from a vault. | ||
- **VaultMemberUpdate** – A vault member’s permissions have been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **VaultMemberUpdate** – A vault member’s permissions have been updated. | |
- **VaultMemberUpdate** – A vault member’s role (owner VS user) have been updated. |
Add also a link to https://docs.cryptomator.org/hub/vault-management/#change-ownership
- **VaultMemberRemove** – A member has been removed from a vault. | ||
- **VaultMemberUpdate** – A vault member’s permissions have been updated. | ||
- **VaultOwnershipClaim** – Vault ownership has been claimed. | ||
- **VaultUpdate** – A vault has been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a link to https://docs.cryptomator.org/hub/vault-management/#edit-vault-metadata
- **VaultMemberUpdate** – A vault member’s permissions have been updated. | ||
- **VaultOwnershipClaim** – Vault ownership has been claimed. | ||
- **VaultUpdate** – A vault has been updated. | ||
- **UserKeysChange** – User keys have been changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a link to https://docs.cryptomator.org/hub/your-account/#account-key and also explain when this happens.
- **VaultOwnershipClaim** – Vault ownership has been claimed. | ||
- **VaultUpdate** – A vault has been updated. | ||
- **UserKeysChange** – User keys have been changed. | ||
- **UserSetupCodeChanged** – A user’s setup code has been changed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **UserSetupCodeChanged** – A user’s setup code has been changed. | |
- **UserSetupCodeChanged** – A user’s Account Key has been changed. |
Please also add a link to https://docs.cryptomator.org/hub/your-account/#regenerate-account-key
- **DeviceRegister** – A device has been registered. | ||
- **DeviceRemove** – A device has been removed. | ||
- **SettingWotUpdate** – A Web-of-Trust setting has been updated. | ||
- **SignedWotId** – A Web-of-Trust identity has been signed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **SignedWotId** – A Web-of-Trust identity has been signed. | ||
- **UserAccountReset** – A user account has been reset. | ||
- **VaultAccessGrant** – Access to a vault has been granted. | ||
- **VaultCreate** – A vault has been created. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **SettingWotUpdate** – A Web-of-Trust setting has been updated. | ||
- **SignedWotId** – A Web-of-Trust identity has been signed. | ||
- **UserAccountReset** – A user account has been reset. | ||
- **VaultAccessGrant** – Access to a vault has been granted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **VaultMemberAdd** – A member has been added to a vault. | ||
- **VaultMemberRemove** – A member has been removed from a vault. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- **UserAccountReset** – A user account has been reset. | ||
- **VaultAccessGrant** – Access to a vault has been granted. | ||
- **VaultCreate** – A vault has been created. | ||
- **VaultKeyRetrieve** – A vault key has been retrieved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Describe when this is logged
Added a new Hub Audit Logs page to the documentation.