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
Hi,
Mongo Atlas doesn't support some characters in username like @ and .. In my use case the DisplayName is from a kubernetes jwt and has this structure [email protected], when plugin create a username they put this characters and we receive a error from Atlas API.
One solution, before submit to Atlas API encode the username to base64, to prevent this issue.
The text was updated successfully, but these errors were encountered:
Hi,
Mongo Atlas doesn't support some characters in username like
@
and.
. In my use case the DisplayName is from a kubernetes jwt and has this structure[email protected]
, when plugin create a username they put this characters and we receive a error from Atlas API.One solution, before submit to Atlas API encode the username to base64, to prevent this issue.
The text was updated successfully, but these errors were encountered: