google-apis-gkehub_v1alpha 0.61.0 → 0.62.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: 829388639b4783e2841b2a90f59d569a4c9a041f0149ef6f7763210b69a2391d
|
4
|
+
data.tar.gz: 9c5268b5595e2ba41a2b2f71bf6e1b5c1aee8de91437585440634a679f9d3957
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7fc71c1fbc901bde28fbaed44ead91dde61551715a7fd52e45633b2abf67959c50b6e63937af9f28bedc9d4a18948b78af713ca6316fb8168add389f59cab08d
|
7
|
+
data.tar.gz: 6e6a57c33095af19dd6d0a7a9620a059c90e81f086189ea08bed3b30951a0f817e2caa3de4c24b423b1610cc7e1afb27aadd7c2c5d2708a1f79b0ecf9edcacf4
|
data/CHANGELOG.md
CHANGED
@@ -213,13 +213,13 @@ module Google
|
|
213
213
|
attr_accessor :identity_provider
|
214
214
|
|
215
215
|
# Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://
|
216
|
-
# ` and be a valid URL with length <2000 characters
|
217
|
-
#
|
218
|
-
#
|
219
|
-
#
|
220
|
-
# `issuer`
|
221
|
-
#
|
222
|
-
# Identity).
|
216
|
+
# ` and be a valid URL with length <2000 characters, it must use `location`
|
217
|
+
# rather than `zone` for GKE clusters. If set, then Google will allow valid OIDC
|
218
|
+
# tokens from this issuer to authenticate within the workload_identity_pool.
|
219
|
+
# OIDC discovery will be performed on this URI to validate tokens from the
|
220
|
+
# issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be
|
221
|
+
# directly modified; it must be cleared (and Workload Identity disabled) before
|
222
|
+
# using a new issuer (and re-enabling Workload Identity).
|
223
223
|
# Corresponds to the JSON property `issuer`
|
224
224
|
# @return [String]
|
225
225
|
attr_accessor :issuer
|
@@ -2823,11 +2823,6 @@ module Google
|
|
2823
2823
|
# @return [String]
|
2824
2824
|
attr_accessor :tenant
|
2825
2825
|
|
2826
|
-
# Optional. Claim in the AzureAD ID Token that holds the user details.
|
2827
|
-
# Corresponds to the JSON property `userClaim`
|
2828
|
-
# @return [String]
|
2829
|
-
attr_accessor :user_claim
|
2830
|
-
|
2831
2826
|
def initialize(**args)
|
2832
2827
|
update!(**args)
|
2833
2828
|
end
|
@@ -2839,7 +2834,6 @@ module Google
|
|
2839
2834
|
@encrypted_client_secret = args[:encrypted_client_secret] if args.key?(:encrypted_client_secret)
|
2840
2835
|
@kubectl_redirect_uri = args[:kubectl_redirect_uri] if args.key?(:kubectl_redirect_uri)
|
2841
2836
|
@tenant = args[:tenant] if args.key?(:tenant)
|
2842
|
-
@user_claim = args[:user_claim] if args.key?(:user_claim)
|
2843
2837
|
end
|
2844
2838
|
end
|
2845
2839
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.62.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
|
@@ -1811,7 +1811,6 @@ module Google
|
|
1811
1811
|
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1812
1812
|
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
1813
1813
|
property :tenant, as: 'tenant'
|
1814
|
-
property :user_claim, as: 'userClaim'
|
1815
1814
|
end
|
1816
1815
|
end
|
1817
1816
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.62.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_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.62.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|