Skip to content

Commit d8601be

Browse files
authored
Merge pull request #3310 from replicatedhq/staciegraves/sc-122917/add-rbac-functionality-to-vendor-portal-backend
adds docs for enterprise portal RBAC
2 parents 9f6f62a + 134c53c commit d8601be

File tree

1 file changed

+88
-0
lines changed

1 file changed

+88
-0
lines changed

docs/vendor/team-management-rbac-resource-names.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,94 @@ Grants the holder permission to unset the default custom hostnames.
174174

175175
Grants the holder permission to view and download support bundles.
176176

177+
### kots/app/[:appId]/enterprise-portal/access/read
178+
179+
Grants the holder permission to view Enterprise Portal access settings for the specified application.
180+
181+
### kots/app/[:appId]/enterprise-portal/access/update
182+
183+
Grants the holder permission to update Enterprise Portal access settings for the specified application.
184+
185+
### kots/app/[:appId]/enterprise-portal/branding/read
186+
187+
Grants the holder permission to view Enterprise Portal branding settings for the specified application.
188+
189+
### kots/app/[:appId]/enterprise-portal/branding/update
190+
191+
Grants the holder permission to update Enterprise Portal branding settings for the specified application.
192+
193+
### kots/app/[:appId]/enterprise-portal/customer-users/read
194+
195+
Grants the holder permission to view Enterprise Portal customer users for the specified application.
196+
197+
### kots/app/[:appId]/enterprise-portal/customer-user/create
198+
199+
Grants the holder permission to create Enterprise Portal customer users for the specified application.
200+
201+
### kots/app/[:appId]/enterprise-portal/customer-user/[:customerId]/delete
202+
203+
Grants the holder permission to delete Enterprise Portal customer users for the specified application.
204+
205+
### kots/app/[:appId]/enterprise-portal/documentation/read
206+
207+
Grants the holder permission to view Enterprise Portal documentation settings for the specified application.
208+
209+
### kots/app/[:appId]/enterprise-portal/documentation/update
210+
211+
Grants the holder permission to update Enterprise Portal documentation settings for the specified application.
212+
213+
### kots/app/[:appId]/enterprise-portal/email-domain/read
214+
215+
Grants the holder permission to view Enterprise Portal email domain settings for the specified application.
216+
217+
### kots/app/[:appId]/enterprise-portal/email-domain/update
218+
219+
Grants the holder permission to update Enterprise Portal email domain settings for the specified application.
220+
221+
### kots/app/[:appId]/enterprise-portal/email-domain/delete
222+
223+
Grants the holder permission to delete Enterprise Portal email domains for the specified application.
224+
225+
### kots/app/[:appId]/enterprise-portal/email-domain/verify
226+
227+
Grants the holder permission to verify Enterprise Portal email domains for the specified application.
228+
229+
### kots/app/[:appId]/enterprise-portal/email-templates/read
230+
231+
Grants the holder permission to view Enterprise Portal email templates for the specified application.
232+
233+
### kots/app/[:appId]/enterprise-portal/email-templates/update
234+
235+
Grants the holder permission to update Enterprise Portal email templates for the specified application.
236+
237+
### kots/app/[:appId]/enterprise-portal/email-templates/delete
238+
239+
Grants the holder permission to delete Enterprise Portal email templates for the specified application.
240+
241+
### kots/app/[:appId]/enterprise-portal/failed-login-attempts/read
242+
243+
Grants the holder permission to view Enterprise Portal failed login attempts for the specified application.
244+
245+
### kots/app/[:appId]/enterprise-portal/install-attempts/read
246+
247+
Grants the holder permission to view Enterprise Portal install attempts for the specified application.
248+
249+
### kots/app/[:appId]/enterprise-portal/install-options/read
250+
251+
Grants the holder permission to view Enterprise Portal install options for the specified application.
252+
253+
### kots/app/[:appId]/enterprise-portal/install-options/create
254+
255+
Grants the holder permission to create Enterprise Portal install options for the specified application.
256+
257+
### kots/app/[:appId]/enterprise-portal/instances/read
258+
259+
Grants the holder permission to view Enterprise Portal instances for the specified application.
260+
261+
### kots/app/[:appId]/enterprise-portal/service-accounts/read
262+
263+
Grants the holder permission to view Enterprise Portal service accounts for the specified application.
264+
177265
## Registry
178266

179267
### registry/namespace/:namespace/pull

0 commit comments

Comments
 (0)