Skip to content

New template sharing option for coder_apps #236

@stirby

Description

@stirby

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions