add Azure as a Kubernetes auth provider (#11299)

* add azure auth provider

Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>

* fix prettier-S

Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>

* add aks dashboard formatter

Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>

* ammend patch notes

Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>

* typo

Signed-off-by: Guilherme Oenning <goenning@eshopworld.com>

* update enum to include azure

Signed-off-by: goenning <me@goenning.net>

* fix typo

Signed-off-by: goenning <me@goenning.net>

* add plugin to changeset

Signed-off-by: goenning <me@goenning.net>

Co-authored-by: Guilherme Oenning <goenning@eshopworld.com>
This commit is contained in:
Guilherme Oenning
2022-05-06 18:24:56 +01:00
committed by GitHub
parent ccfb9f972d
commit 1ef98cfe48
15 changed files with 219 additions and 8 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ export interface ObjectsByEntityResponse {
items: ClusterObjects[];
}
export type AuthProviderType = 'google' | 'serviceAccount' | 'aws';
export type AuthProviderType = 'google' | 'serviceAccount' | 'aws' | 'azure';
export type FetchResponse =
| PodFetchResponse