google-apis-gkehub_v1 0.55.0 → 0.56.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5eee4b440c38b982a2fd9d047cfb06de7cc6bba1226f7a324a5bdf365703b48f
|
4
|
+
data.tar.gz: 8bb6601b7d99a8d6ef3cd190c75806286808955cfb278be07fd191ad29ff119f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 27636f8f7bc1630fe218397ceb755eb95f2c7b8624ce87988ae61a1b497d86c849005fc5bbc3032d63d12f8a74e938735fa9087ca662649ae567abcf98cb27e1
|
7
|
+
data.tar.gz: 046afa502ed2909a1ccad4661e8ee666c83809a2789165f8d19d492dcf659b83ea632f3435ba9b0b2aa762208143812803e53d475c3275e56a6567155ca27abd
|
data/CHANGELOG.md
CHANGED
@@ -159,13 +159,13 @@ module Google
|
|
159
159
|
attr_accessor :identity_provider
|
160
160
|
|
161
161
|
# Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://
|
162
|
-
# ` and be a valid URL with length <2000 characters
|
163
|
-
#
|
164
|
-
#
|
165
|
-
#
|
166
|
-
# `issuer`
|
167
|
-
#
|
168
|
-
# Identity).
|
162
|
+
# ` and be a valid URL with length <2000 characters, it must use `location`
|
163
|
+
# rather than `zone` for GKE clusters. If set, then Google will allow valid OIDC
|
164
|
+
# tokens from this issuer to authenticate within the workload_identity_pool.
|
165
|
+
# OIDC discovery will be performed on this URI to validate tokens from the
|
166
|
+
# issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be
|
167
|
+
# directly modified; it must be cleared (and Workload Identity disabled) before
|
168
|
+
# using a new issuer (and re-enabling Workload Identity).
|
169
169
|
# Corresponds to the JSON property `issuer`
|
170
170
|
# @return [String]
|
171
171
|
attr_accessor :issuer
|
@@ -2115,11 +2115,6 @@ module Google
|
|
2115
2115
|
# @return [String]
|
2116
2116
|
attr_accessor :tenant
|
2117
2117
|
|
2118
|
-
# Optional. Claim in the AzureAD ID Token that holds the user details.
|
2119
|
-
# Corresponds to the JSON property `userClaim`
|
2120
|
-
# @return [String]
|
2121
|
-
attr_accessor :user_claim
|
2122
|
-
|
2123
2118
|
def initialize(**args)
|
2124
2119
|
update!(**args)
|
2125
2120
|
end
|
@@ -2131,7 +2126,6 @@ module Google
|
|
2131
2126
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
2132
2127
|
@kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
|
2133
2128
|
@tenant = args[:tenant] if args.key?(:tenant)
|
2134
|
-
@user_claim = args[:user_claim] if args.key?(:user_claim)
|
2135
2129
|
end
|
2136
2130
|
end
|
2137
2131
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230901"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1289,7 +1289,6 @@ module Google
|
|
1289
1289
|
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1290
1290
|
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
1291
1291
|
property :tenant, as: 'tenant'
|
1292
|
-
property :user_claim, as: 'userClaim'
|
1293
1292
|
end
|
1294
1293
|
end
|
1295
1294
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.56.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|