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

Remove token check and add user info #6800

Merged
merged 2 commits into from
Feb 10, 2022

Conversation

floreks
Copy link
Member

@floreks floreks commented Feb 10, 2022

Fixes #6784

When available user name will be shown in the user panel, otherwise old "logged in with xxx" messages will be shown. We can potentially use this information in the future for other things.
image

@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. language/de Updates or issues for German translations. labels Feb 10, 2022
@k8s-ci-robot k8s-ci-robot added language/fr Updates or issues for French translations. approved Indicates a PR has been approved by an approver from all required OWNERS files. language/ja Updates or issues for Japanese translations. language/ko Updates or issues for Korean translations. language/zh Updates or issues for Chinese translations. labels Feb 10, 2022
@codecov
Copy link

codecov bot commented Feb 10, 2022

Codecov Report

Merging #6800 (4ccbb3c) into master (6a817d6) will decrease coverage by 0.33%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #6800      +/-   ##
==========================================
- Coverage   41.82%   41.49%   -0.34%     
==========================================
  Files          44       44              
  Lines        1241     1234       -7     
  Branches      164      162       -2     
==========================================
- Hits          519      512       -7     
  Misses        722      722              

@maciaszczykm
Copy link
Member

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 10, 2022
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: floreks, maciaszczykm

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:
  • OWNERS [floreks,maciaszczykm]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot merged commit fe4b5fc into kubernetes:master Feb 10, 2022
guessi added a commit to guessi/amazon-eks-user-guide that referenced this pull request Jul 22, 2022
…ility

Amazon EKS supportted version have major changes over years
- https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

but the version for Kubernetes Dashboard have not been update for years, last update was made on Dec 10, 2020.

    ----
    commit fc59dad
    Date:   Thu, 10 Dec 2020 04:42:44 +0800
    ----

should consider to upgrade its version shown on documentation to ensure its
compatibility. Furthermore, eksworkshop is now pointing to v2.0.0, should
upgrade as well.

- https://www.eksworkshop.com/beginner/040_dashboard/dashboard/

Additionally, v2.5.0 having the following bugs that we should avoid it.

- kubernetes/dashboard#6784
- kubernetes/dashboard#6784 (comment)
- kubernetes/dashboard#6800
guessi added a commit to guessi/amazon-eks-user-guide that referenced this pull request Jul 22, 2022
…ility

Amazon EKS supportted version have major changes over years
- https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

but the version for Kubernetes Dashboard have not been update for years, last update was made on Dec 10, 2020.

    ----
    commit fc59dad
    Date:   Thu, 10 Dec 2020 04:42:44 +0800
    ----

should consider to upgrade its version shown on documentation to ensure its
compatibility. Furthermore, eksworkshop is now pointing to v2.0.0, should be
upgraded as well.

- https://www.eksworkshop.com/beginner/040_dashboard/dashboard/

Additionally, v2.5.0 having the following bugs that we should avoid it.

- kubernetes/dashboard#6784
- kubernetes/dashboard#6784 (comment)
- kubernetes/dashboard#6800
guessi added a commit to guessi/eks-workshop that referenced this pull request Jul 22, 2022
…ility

Amazon EKS supportted version have major changes over years
- https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

but the version for Kubernetes Dashboard have not been update for years, last update was made on Jul 9, 2020.

    ----
    commit 822d941
    Date:   Thu, 9 Jul 2020 11:47:59 +0800
    ----

should consider to upgrade its version shown on documentation to ensure its
compatibility. Furthermore, eksworkshop is now pointing to v2.0.0, should be
upgraded as well.

- https://www.eksworkshop.com/beginner/040_dashboard/dashboard/

Additionally, v2.5.0 having the following bugs that we should avoid it.

- kubernetes/dashboard#6784
- kubernetes/dashboard#6784 (comment)
- kubernetes/dashboard#6800
ROunofF added a commit to aws-samples/eks-workshop that referenced this pull request Sep 30, 2022
…ility (#1477)

Amazon EKS supportted version have major changes over years
- https://docs.aws.amazon.com/eks/latest/userguide/kubernetes-versions.html#kubernetes-release-calendar

but the version for Kubernetes Dashboard have not been update for years, last update was made on Jul 9, 2020.

    ----
    commit 822d941
    Date:   Thu, 9 Jul 2020 11:47:59 +0800
    ----

should consider to upgrade its version shown on documentation to ensure its
compatibility. Furthermore, eksworkshop is now pointing to v2.0.0, should be
upgraded as well.

- https://www.eksworkshop.com/beginner/040_dashboard/dashboard/

Additionally, v2.5.0 having the following bugs that we should avoid it.

- kubernetes/dashboard#6784
- kubernetes/dashboard#6784 (comment)
- kubernetes/dashboard#6800

Co-authored-by: Mathieu Bruneau <ROunofF@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/de Updates or issues for German translations. language/fr Updates or issues for French translations. language/ja Updates or issues for Japanese translations. language/ko Updates or issues for Korean translations. language/zh Updates or issues for Chinese translations. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Token authentication fails on AWS EKS
3 participants