You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some users want to share coder_apps with a specific group or users, rather than all authenticated users on a deployment. We should support this with a new "template"share attribute for coder_apps.
This would open the app to any users who are granted access to the template. While this is a slightly convoluted method of sharing with groups, it best aligns with our current RBAC.
Some users want to share
coder_app
s with a specific group or users, rather than all authenticated users on a deployment. We should support this with a new"template"
share attribute forcoder_app
s.This would open the app to any users who are granted access to the template. While this is a slightly convoluted method of sharing with groups, it best aligns with our current RBAC.
hcl resource "coder_app" "vim" { agent_id = coder_agent.dev.id slug = "vim" ... share = "template" }
Related: coder/coder#13361
The text was updated successfully, but these errors were encountered: