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

FR: Support to publish/manage desktops via citrix_daas_delivery_group resource #22

Closed
j7lloyd opened this issue Dec 1, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@j7lloyd
Copy link

j7lloyd commented Dec 1, 2023

Specifically, the ability to restrict launches to machines with a given tag and/or restrict desktop use to an allowed list of users. For example, I would expect the configuration block to look something like this:

resource "citrix_daas_delivery_group" "example-delivery-group" {
name = "example-delivery-group"
associated_machine_catalogs = [
{
machine_catalog = citrix_daas_machine_catalog.example-catalog.id
machine_count = 1
}
]
desktops = [
{
published_name = "Desktop Display Name"
description = "Desktop Description"
restrict_to_tag = "Machine Tag Name"
allowed_users = [
"Group/User Name"
]
}
]

..
}

@aneeshk-citrix
Copy link
Collaborator

We're looking into adding this feature

@j7lloyd
Copy link
Author

j7lloyd commented Dec 1, 2023

Excellent. I don't suppose you have an ETA for this.

@aneeshk-citrix
Copy link
Collaborator

No ETA for this yet. However, I just wanted to mention that currently we do support users property which grants access to users to a published desktop. So specification of users would basically mean publishing a desktop and allowing specified users to access it.

@AlanCitrix AlanCitrix added the enhancement New feature or request label Dec 4, 2023
@zhuolun-citrix
Copy link
Collaborator

Hi @j7lloyd ,

We have just added support for managing desktops via user access restriction. Please check out the latest release tagged in the issue.

Thank you.

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

4 participants