mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[SM-654] Individual secret permissions (#9527)
* update secret service * Add new method to access policy selector service * Add individual secret permission management to secret dialog * add secret.service tests
This commit is contained in:
@@ -8429,5 +8429,23 @@
|
||||
},
|
||||
"providerReinstate":{
|
||||
"message": " Contact Customer Support to reinstate your subscription."
|
||||
},
|
||||
"secretPeopleDescription": {
|
||||
"message": "Grant groups or people access to this secret. Permissions set for people will override permissions set by groups."
|
||||
},
|
||||
"secretPeopleEmptyMessage": {
|
||||
"message": "Add people or groups to share access to this secret"
|
||||
},
|
||||
"secretMachineAccountsDescription": {
|
||||
"message": "Grant machine accounts access to this secret."
|
||||
},
|
||||
"secretMachineAccountsEmptyMessage": {
|
||||
"message": "Add machine accounts to grant access to this secret"
|
||||
},
|
||||
"smAccessRemovalWarningSecretTitle": {
|
||||
"message": "Remove access to this secret"
|
||||
},
|
||||
"smAccessRemovalSecretMessage": {
|
||||
"message": "This action will remove your access to this secret."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user