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

Sharing sessions between multiple users #50

Open
guymenahem opened this issue Jul 7, 2023 · 2 comments
Open

Sharing sessions between multiple users #50

guymenahem opened this issue Jul 7, 2023 · 2 comments

Comments

@guymenahem
Copy link

Hi,
I want to add a kubeconfig file and share it between multiple users. They will access the dashboard and the session configuration will be ready for them to "connect" without further configuration.
Is there a way to do it?

@FrankAnk
Copy link

FrankAnk commented Jul 7, 2023

The kubeconfig is stored in the browser storage when creating e new session. You would have to share the kubeconfig file with other users so that they can each use the file to create a personal session.
I don't think there is any other way to accomplish this.

@guymenahem
Copy link
Author

Thank you @FrankAnk!
If it keeps it on the browser storage it isn't possible.

I'm creating a hands-on workshop session when everyone can access kubectl that I've added in advance.
I'll load the kubeconfig and it will be there available.

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

2 participants