Skip to content

Commit

Permalink
Merge pull request #2325 from atlanhq/fix/gov-1314
Browse files Browse the repository at this point in the history
feat: add update tag permission with add and remove
  • Loading branch information
sumandas0 authored Aug 30, 2023
2 parents afa749c + 0c037c6 commit d174a1c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions addons/static/templates/policy_cache_transformer_persona.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@
"entity-classification:*",
"classification:*"
],
"actions": ["entity-add-classification"]
"actions": [
"entity-add-classification",
"entity-update-classification"
]
}
],
"persona-entity-update-classification": [
Expand Down Expand Up @@ -125,7 +128,10 @@
"entity-classification:*",
"classification:*"
],
"actions": ["entity-remove-classification"]
"actions": [
"entity-remove-classification",
"entity-update-classification"
]
}
],
"persona-add-terms": [
Expand Down Expand Up @@ -306,7 +312,10 @@
"entity-classification:*",
"classification:*"
],
"actions": ["entity-add-classification"]
"actions": [
"entity-add-classification",
"entity-update-classification"
]
}
],
"persona-glossary-update-classifications": [
Expand Down Expand Up @@ -336,7 +345,10 @@
"entity-classification:*",
"classification:*"
],
"actions": ["entity-remove-classification"]
"actions": [
"entity-remove-classification",
"entity-update-classification"
]
}
],
"select": [
Expand Down

0 comments on commit d174a1c

Please sign in to comment.