-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ BUG ] - unable to add RDP_AUDIO_INPUT in RDP subprotocol for a service declaration #48
Comments
If I make the modification in the GUI it works. |
I can see that it is not listed in the file: https://github.com/wallix/terraform-provider-wallix-bastion/blob/main/bastion/resource_device_service.go
|
Thanks @raphaelbkt, I just updated the list for ssh and RDP. |
Ok I'll do it next time ! |
We are evaluating if we can do some other change to publish it by thursday. |
Closing this issue, we released the v0.14.2 that fix this. Best regards, |
correct wallix#48 There was RDP_AUDIO_OUTPUT and the list was missong RDP_AUDIO_INPUT. Thanks
This is a Terraform provider problem. We are using version 0.13.0 however I did not find any correction for later release.
If I declare a service containing RDP_AUDIO_OUTPUT everything works as expected:
But If I add the sub-protocol RDP_AUDIO_INPUT I have an error at the terraform apply:
The error is:
And the service is not configured on the bastion host Wallix.
Expected behavior
The service should be provisionned on the Wallix bastion host with the subprotocols RDP_AUDIO_INPUT and RDP_AUDIO_OUTPUT activated.
Desktop (please complete the following information):
We are using Terraform provider v0.13.0 and Wallix Bastion 10.0.9
Thanks
The text was updated successfully, but these errors were encountered: