You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 formake_public
andmake_management
to handle the standard cases ontop ofswitch_client_type
The text was updated successfully, but these errors were encountered: