@maxim_mazurok/gapi.client.gkehub-v1 0.0.20230814 → 0.0.20230907
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +5 -7
- package/package.json +1 -1
- package/tests.ts +1 -5
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230907
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -62,9 +62,10 @@ declare namespace gapi.client {
|
|
|
62
62
|
identityProvider?:
|
|
63
63
|
string;
|
|
64
64
|
/**
|
|
65
|
-
* Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length <2000 characters
|
|
66
|
-
* from this issuer to authenticate within the workload_identity_pool. OIDC discovery will be performed on this URI to
|
|
67
|
-
* Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) before using
|
|
65
|
+
* Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length <2000 characters, it must use `location` rather than `zone` for GKE
|
|
66
|
+
* clusters. If set, then Google will allow valid OIDC tokens from this issuer to authenticate within the workload_identity_pool. OIDC discovery will be performed on this URI to
|
|
67
|
+
* validate tokens from the issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) before using
|
|
68
|
+
* a new issuer (and re-enabling Workload Identity).
|
|
68
69
|
*/
|
|
69
70
|
issuer?:
|
|
70
71
|
string;
|
|
@@ -776,9 +777,6 @@ declare namespace gapi.client {
|
|
|
776
777
|
/** Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant. */
|
|
777
778
|
tenant?:
|
|
778
779
|
string;
|
|
779
|
-
/** Optional. Claim in the AzureAD ID Token that holds the user details. */
|
|
780
|
-
userClaim?:
|
|
781
|
-
string;
|
|
782
780
|
}
|
|
783
781
|
interface IdentityServiceGoogleConfig {
|
|
784
782
|
/** Disable automatic configuration of Google Plugin on supported platforms. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230907
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -124,7 +124,6 @@ gapi.load('client', async () => {
|
|
|
124
124
|
encryptedClientSecret: "Test string",
|
|
125
125
|
kubectlRedirectUri: "Test string",
|
|
126
126
|
tenant: "Test string",
|
|
127
|
-
userClaim: "Test string",
|
|
128
127
|
},
|
|
129
128
|
googleConfig: {
|
|
130
129
|
disable: true,
|
|
@@ -320,7 +319,6 @@ gapi.load('client', async () => {
|
|
|
320
319
|
encryptedClientSecret: "Test string",
|
|
321
320
|
kubectlRedirectUri: "Test string",
|
|
322
321
|
tenant: "Test string",
|
|
323
|
-
userClaim: "Test string",
|
|
324
322
|
},
|
|
325
323
|
googleConfig: {
|
|
326
324
|
disable: true,
|
|
@@ -558,7 +556,6 @@ gapi.load('client', async () => {
|
|
|
558
556
|
encryptedClientSecret: "Test string",
|
|
559
557
|
kubectlRedirectUri: "Test string",
|
|
560
558
|
tenant: "Test string",
|
|
561
|
-
userClaim: "Test string",
|
|
562
559
|
},
|
|
563
560
|
googleConfig: {
|
|
564
561
|
disable: true,
|
|
@@ -754,7 +751,6 @@ gapi.load('client', async () => {
|
|
|
754
751
|
encryptedClientSecret: "Test string",
|
|
755
752
|
kubectlRedirectUri: "Test string",
|
|
756
753
|
tenant: "Test string",
|
|
757
|
-
userClaim: "Test string",
|
|
758
754
|
},
|
|
759
755
|
googleConfig: {
|
|
760
756
|
disable: true,
|