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

Allow login with token #105

Merged
merged 2 commits into from
Dec 14, 2023
Merged

Allow login with token #105

merged 2 commits into from
Dec 14, 2023

Conversation

davidpst
Copy link
Contributor

@davidpst davidpst commented Dec 12, 2023

Allow create a session with server host and token

const k8s = new Kubernetes({
    server: "<SERVER_HOST>",
    token: "<TOKEN>",
});

@davidpst davidpst requested a review from a team as a code owner December 12, 2023 17:20
@davidpst davidpst closed this Dec 12, 2023
@davidpst davidpst changed the title add token login Allow login with token Dec 13, 2023
@davidpst davidpst reopened this Dec 13, 2023
Copy link
Contributor

@javaducky javaducky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidpst Thank you! All looks good!

@javaducky javaducky merged commit b78303c into grafana:main Dec 14, 2023
10 checks passed
@davidpst davidpst deleted the feature/login-token branch December 15, 2023 07:22
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

Successfully merging this pull request may close these issues.

2 participants