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

Update-QlikDataconnection remove credentials #211

Open
cuthulino opened this issue Jul 18, 2023 · 0 comments
Open

Update-QlikDataconnection remove credentials #211

cuthulino opened this issue Jul 18, 2023 · 0 comments

Comments

@cuthulino
Copy link

It is not possible to remove the credentials of a dataconnection.
With New-QlikDataconnection you can pass nothing or $null and the credentials will be empty.
Passing $null to the Update-QlikDataconnection function returns no error but the old credentials persist.
Passing a empty credential object [System.Management.Automation.PSCredential]::Empty returns an error because the method GetNetworkCredential() can not be called on an empty credential object.

There should be a possibility to clear the credentials of a dataconnection (like sending Null value)

ahaydon added a commit that referenced this issue Nov 1, 2023
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

1 participant