Actions
Bug #27000
openDatasources edition has action buttons even for read-only user
Status:
Pending technical review
Priority:
1 (highest)
Assignee:
Target version:
Pull Request:
Severity:
Minor - inconvenience | misleading | easy workaround
UX impact:
I dislike using that feature
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Very Small
Priority:
85
Name check:
To do
Fix check:
To do
Regression:
No
Description
Datasources should only be editable with admin write rights.
But in the datasource page when initializing the Elm app the right rule_write
is passed to put the Elm in write mode : the app has all "Save", "Delete" buttons, as long as they have the rule_write
, but they will get a notification error when attempting a modification.
The right passed to initialize the Elm app is adminitration_write
Updated by Clark ANDRIANASOLO 6 days ago
- Description updated (diff)
- Priority changed from N/A to To review
- Target version set to 8.2
- Severity set to Minor - inconvenience | misleading | easy workaround
- UX impact set to I dislike using that feature
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Effort required set to Very Small
- Priority changed from 0 to 85
The file in which the right should be changed is https://github.com/Normation/rudder-plugins/blob/branches/rudder/8.3/datasources/src/main/resources/template/dataSourceManagement.html#L12
Updated by François ARMAND about 11 hours ago
- Assignee set to Clark ANDRIANASOLO
- Priority changed from To review to 1 (highest)
P1 because very small
Updated by Clark ANDRIANASOLO about 6 hours ago
- Status changed from New to In progress
Updated by Clark ANDRIANASOLO about 5 hours ago
- Status changed from In progress to Pending technical review
- Assignee changed from Clark ANDRIANASOLO to Raphael GAUTHIER
- Pull Request set to https://github.com/Normation/rudder-plugins/pull/844
Actions