Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New template sharing option for coder_apps #236

Open
stirby opened this issue May 30, 2024 · 0 comments
Open

New template sharing option for coder_apps #236

stirby opened this issue May 30, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stirby
Copy link
Contributor

stirby commented May 30, 2024

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.

resource "coder_app" "vim" {
  agent_id     = coder_agent.dev.id
  slug         = "vim"
  ...
  share        = "template"  
}

Related: coder/coder#13361

@stirby stirby added the enhancement New feature or request label May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant