This project is mirrored from https://gitee.com/mirrors_kinvolk/headlamp.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 12 Jan, 2021 1 commit
-
-
René Dudfield authored
-
- 27 Nov, 2020 1 commit
-
-
Joaquim Rocha authored
When the list of clusters is empty because none is configured, then the UI was showing an endless spinner and a message saying it was waiting for clusters. This patch fixes that by initializing the clusters list as null and only showing the "waiting" state until we get a clusters list result from the server. If the list is empty, then an error message is shown.
-
- 16 Oct, 2020 1 commit
-
-
Ashu Ghildiyal authored
We now have two ways in which one can login into a cluster either via OIDC (if its configured for cluster) and via token. Thus this patch creates a new component authbuttons whose job is to show both buttons sign in and use token based on auth type received from backend. We also make /login route to render the auth buttons instead of token inputer.
-
- 28 Sep, 2020 2 commits
-
-
Joaquim Rocha authored
Now we support client certificates, which means that the user may not have to set up a token to authenticate against a cluster. In order to understand whether the user needs a token, this patch does a quick auth test in the login dialog, and if it fails then a token will be required, otherwise the user is redirected to correct view.
-
Joaquim Rocha authored
This will make it easier to fetch a cluster's info by name which will be needed when we make the auth token dependent on whether the cluster needs it or not.
-
- 09 Sep, 2020 1 commit
-
-
Ashu Ghildiyal authored
On authenticating input card we don't want to refresh the page instead we would like to redirect the index route. This refreshing of page was breaking the desktop app as well.
-
- 07 Jul, 2020 1 commit
-
-
Joaquim Rocha authored
If there is only one single cluster configured, then we shouldn't show its name in the authentication dialog (as it's used to distinguish between cluster and that's not a problem when there's only one).
-
- 30 Jun, 2020 2 commits
-
-
Joaquim Rocha authored
We will soon drop the "api" module, so for functions that have only one caller, we're doing the request directly from the caller.
-
Joaquim Rocha authored
We want to reduce the redundancy in where to find the different cluster related modules, so we're moving the useClusterConf hook to the mentioned module.
-
- 26 Jun, 2020 3 commits
-
-
Joaquim Rocha authored
We should make the mentioned text more clear and use the name of the cluster that the user is authenticating against.
-
Joaquim Rocha authored
Now that we have an easy way to use a "cluster/root" style dialog, this patch uses this new component (ClusterDialog) for the authentication. This way the authentication dialog feels like a continuation of the cluster chooser dialog.
-
Joaquim Rocha authored
We will soon have classes that represent K8s objects/resources, and thus we move the api, apiProxy, and cluster modules into a new k8s directoy (updating all the references to it), so things a bit better structured.
-
- 28 May, 2020 1 commit
-
-
Joaquim Rocha authored
-
- 01 Apr, 2020 1 commit
-
-
Joaquim Rocha authored
Since now we support multiple clusters, we need to set up an authentication token per cluster. So this patch changes how the tokens are managed in order to address that.
-
- 31 Mar, 2020 2 commits
-
-
Joaquim Rocha authored
Many places were not using strict equality, and thus it resulted in lint warnings.
-
Joaquim Rocha authored
-