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 · 2 comments
Open

New template sharing option for coder_apps #236

stirby opened this issue May 30, 2024 · 2 comments

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.

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

Related: coder/coder#13361

@matifali
Copy link
Member

matifali commented Jul 14, 2024

Looks like we once considered exactly this.
coder/coder@f8268e7

@matifali matifali added this to the v2 milestone Aug 21, 2024
@suse-coder
Copy link

Hi,
is there a date this will be deployed? We would like to use that feature.

@matifali matifali removed this from the v2 milestone Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants