question regarding bootstrapping with the modern bootstrap template #13677
-
If i bootstrap with In other words, which is more secure or best practice
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
It's best to lock down permissions anywhere as much as possible. The scope in which the exec role is assumed might not be the same scope in which the user could potentially assume other roles. Aside from the direct concern, tracking metrics or calls made by certain roles might be an alternate concern |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
It's best to lock down permissions anywhere as much as possible. The scope in which the exec role is assumed might not be the same scope in which the user could potentially assume other roles.
Aside from the direct concern, tracking metrics or calls made by certain roles might be an alternate concern