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

Make it simpler to restore client to public client #46

Open
Krolken opened this issue Jun 10, 2021 · 0 comments
Open

Make it simpler to restore client to public client #46

Krolken opened this issue Jun 10, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Krolken
Copy link
Contributor

Krolken commented Jun 10, 2021

with the swich_client_type it is easy to switch a public client into a management client.

But it is not doing the correct job when going from a management client to a public one.

We need to remove the encryption keys, otherwise the connection still thinks it is encrypted.

Since public and managment client is the most common one we should make the switch_client_type more general and then have separate methods for make_public and make_management to handle the standard cases ontop of switch_client_type

@Krolken Krolken added the enhancement New feature or request label Jun 10, 2021
@Krolken Krolken self-assigned this Jun 10, 2021
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

1 participant