Skip to content
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

Added warnings about dashboard permissions #759

Open
wants to merge 1 commit into
base: next-minor
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions reference/modules/authorization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ The access to the following resources is limited by Valtimo access control.
### Dashboard
Resource type: `com.ritense.dashboard.domain.Dashboard`

{% hint style="info" %}
**Note:** To prevent breaking changes, this permission is only applied when the application property `valtimo.authorization.dashboard.enabled` is set to `true`.
{% endhint %}

#### Supported actions
| Action | key | Description |
|----------------|:--------------|:---------------------------------------|
Expand Down
4 changes: 4 additions & 0 deletions reference/modules/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The data sources and display types listed below are the ones that come included
Each data source and display types used must be imported in the `AppModule` of your front-end implementation if you want
to use them. They are exported from `'@valtimo/dashboard'`.

{% hint style="info" %}
**Note:** Permissions on dashboards are only applied when the application property `valtimo.authorization.dashboard.enabled` is set to `true`.
{% endhint %}

## Data sources

### Case count
Expand Down