google-apis-gkehub_v1 0.2.0 → 0.3.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: 07ca67bde9eabaee1cb17aeee8c8604a9cdcaafd2bda0e5204487d994aca2972
4
- data.tar.gz: 18a70f5b54a77fd7711c4fde30614babc15f543d3682c7d59fcbdff4bbf6e784
3
+ metadata.gz: 363dcd8844849bb4bf95caa5cff2d76892ce880396b28d80eb1e2adb8e5c20b0
4
+ data.tar.gz: 2828a53b054059fb3fa7f2ca305d5354e91ebbbaca4922e6e849cae5f6d7b0c8
5
5
  SHA512:
6
- metadata.gz: f4ba8cf772d5e45c8ed654cc8eaa056c13b7ec53038d2c6b966052f670be911ecaa45ae837093bf5f3ec84a9ee22d69fe75f701726fe046772c759b023407dcb
7
- data.tar.gz: 1caee697a210f3b3a69f13526828ec0b902d473e351d25932980ef4b49502c4e0b380d5fb826aae65eda311b3383f7fed7438c3ac398969dd3603a081fa90e05
6
+ metadata.gz: dbc457c68e74b560f57fd8397f965d3f63e8ecbcf1e5ef842735e3549bf6cb71c1142900b01a94f9094e917293d82ce2b29acfc29f203ae6ff8dd2cd4cf81b26
7
+ data.tar.gz: be880da352aecd97f09b249c65ff9173e91752c141e133fc68dbeededddaa3195bf61777c5a8d00367b7fe29eecaaea9408fd07a87a21afd87f2c6e58215653c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.3.0 (2021-05-19)
4
+
5
+ * Regenerated from discovery document revision 20210512
6
+
3
7
  ### v0.2.0 (2021-05-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20210507
@@ -117,6 +117,14 @@ module Google
117
117
  # @return [String]
118
118
  attr_accessor :issuer
119
119
 
120
+ # Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517).
121
+ # When this field is set, OIDC discovery will NOT be performed on `issuer`, and
122
+ # instead OIDC tokens will be validated using this field.
123
+ # Corresponds to the JSON property `oidcJwks`
124
+ # NOTE: Values are automatically base64 encoded/decoded in the client library.
125
+ # @return [String]
126
+ attr_accessor :oidc_jwks
127
+
120
128
  # Output only. The name of the workload identity pool in which `issuer` will be
121
129
  # recognized. There is a single Workload Identity Pool per Hub that is shared
122
130
  # between all Memberships that belong to that Hub. For a Hub hosted in `
@@ -134,6 +142,7 @@ module Google
134
142
  def update!(**args)
135
143
  @identity_provider = args[:identity_provider] if args.key?(:identity_provider)
136
144
  @issuer = args[:issuer] if args.key?(:issuer)
145
+ @oidc_jwks = args[:oidc_jwks] if args.key?(:oidc_jwks)
137
146
  @workload_identity_pool = args[:workload_identity_pool] if args.key?(:workload_identity_pool)
138
147
  end
139
148
  end
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210507"
25
+ REVISION = "20210512"
26
26
  end
27
27
  end
28
28
  end
@@ -200,6 +200,7 @@ module Google
200
200
  class Representation < Google::Apis::Core::JsonRepresentation
201
201
  property :identity_provider, as: 'identityProvider'
202
202
  property :issuer, as: 'issuer'
203
+ property :oidc_jwks, :base64 => true, as: 'oidcJwks'
203
204
  property :workload_identity_pool, as: 'workloadIdentityPool'
204
205
  end
205
206
  end
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.2.0
4
+ version: 0.3.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: 2021-05-18 00:00:00.000000000 Z
11
+ date: 2021-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-gkehub_v1
57
57
  post_install_message:
58
58
  rdoc_options: []