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
{{ message }}
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.
We use Gangway for two clusters and we recently upgraded to v3.0.0.
We use the commands to create a users contexts so they are created in a single file.
After the upgrade the contexts it creates are being overwritten when the second one is created because the same email address is used for authentication for each cluster.
I fixed this issue in #75 and #79.
At some point the file I patched stopped being used and the changes were not merged into the commandline template.
We use Gangway for two clusters and we recently upgraded to v3.0.0.
We use the commands to create a users contexts so they are created in a single file.
After the upgrade the contexts it creates are being overwritten when the second one is created because the same email address is used for authentication for each cluster.
I fixed this issue in #75 and #79.
At some point the file I patched stopped being used and the changes were not merged into the commandline template.
As you can see Email is used for the name of the user.
https://github.com/heptiolabs/gangway/blob/master/templates/commandline.tmpl#L60
The text was updated successfully, but these errors were encountered: