google-apis-sts_v1beta 0.8.0 → 0.9.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/sts_v1beta/classes.rb +12 -11
- data/lib/google/apis/sts_v1beta/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c1974bbc9cd7c3fa05f6aba7e16a3408c69974b80d64f89516b4f40e71925c7f
|
|
4
|
+
data.tar.gz: f96b0a49e6c21884c787187b39e043c1c8bff169809fd09047242a29b300c881
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a47adf1e1e4b08c2086baf68dd3eaed5beffa283f41ee39363192111cfd9730beb0a928dde75e86a85198e4ba72fb21e8932f95e1fb7c1bd26d098978ede568c
|
|
7
|
+
data.tar.gz: e40807531e68604e2304721c3b2ba0272a13ed1d2be374ef101d78417adc0c2c3c538335b71d2a19812d2ea336282bbc66016ae462e91acc877220598b71d817
|
data/CHANGELOG.md
CHANGED
|
@@ -63,15 +63,16 @@ module Google
|
|
|
63
63
|
# by a workload identity pool provider, or a short-lived access token issued by
|
|
64
64
|
# Google. If the token is an OIDC JWT, it must use the JWT format defined in [
|
|
65
65
|
# RFC 7523](https://tools.ietf.org/html/rfc7523), and the `subject_token_type`
|
|
66
|
-
# must be `urn:ietf:params:oauth:token-type:jwt
|
|
67
|
-
#
|
|
68
|
-
#
|
|
69
|
-
#
|
|
70
|
-
# Section 3](https://
|
|
71
|
-
#
|
|
72
|
-
#
|
|
73
|
-
#
|
|
74
|
-
# specification](
|
|
66
|
+
# must be either `urn:ietf:params:oauth:token-type:jwt` or `urn:ietf:params:
|
|
67
|
+
# oauth:token-type:id_token`. The following headers are required: - `kid`: The
|
|
68
|
+
# identifier of the signing key securing the JWT. - `alg`: The cryptographic
|
|
69
|
+
# algorithm securing the JWT. Must be `RS256` or `ES256`. The following payload
|
|
70
|
+
# fields are required. For more information, see [RFC 7523, Section 3](https://
|
|
71
|
+
# tools.ietf.org/html/rfc7523#section-3): - `iss`: The issuer of the token. The
|
|
72
|
+
# issuer must provide a discovery document at the URL `/.well-known/openid-
|
|
73
|
+
# configuration`, where `` is the value of this field. The document must be
|
|
74
|
+
# formatted according to section 4.2 of the [OIDC 1.0 Discovery specification](
|
|
75
|
+
# https://openid.net/specs/openid-connect-discovery-1_0.html#
|
|
75
76
|
# ProviderConfigurationResponse). - `iat`: The issue time, in seconds, since the
|
|
76
77
|
# Unix epoch. Must be in the past. - `exp`: The expiration time, in seconds,
|
|
77
78
|
# since the Unix epoch. Must be less than 48 hours after `iat`. Shorter
|
|
@@ -129,8 +130,8 @@ module Google
|
|
|
129
130
|
|
|
130
131
|
# Required. An identifier that indicates the type of the security token in the `
|
|
131
132
|
# subject_token` parameter. Supported values are `urn:ietf:params:oauth:token-
|
|
132
|
-
# type:jwt`, `urn:ietf:params:
|
|
133
|
-
# oauth:token-type:access_token`.
|
|
133
|
+
# type:jwt`, `urn:ietf:params:oauth:token-type:id_token`, `urn:ietf:params:aws:
|
|
134
|
+
# token-type:aws4_request`, and `urn:ietf:params:oauth:token-type:access_token`.
|
|
134
135
|
# Corresponds to the JSON property `subjectTokenType`
|
|
135
136
|
# @return [String]
|
|
136
137
|
attr_accessor :subject_token_type
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module StsV1beta
|
|
18
18
|
# Version of the google-apis-sts_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210625"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-sts_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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-
|
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '0.
|
|
19
|
+
version: '0.4'
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: '0.
|
|
29
|
+
version: '0.4'
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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/master/generated/google-apis-sts_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-sts_v1beta/v0.9.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-sts_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|