aws-sdk-core 3.0.0.rc1 → 3.0.0.rc2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/aws-sdk-core/log/param_filter.rb +1 -1
- data/lib/aws-sdk-sts.rb +1 -1
- data/lib/aws-sdk-sts/client.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4231d08283aa109096c98fd0229868c31d33c2d2
|
4
|
+
data.tar.gz: 0b2b655f8efc8018152d22ea594b78a98ebfd3f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 756a7b9463f304c0683952010fe8ae32381768c9450f9fb3e95b78d1453b950f75d91c6a6d8264760d4f9423b57128fa29e43a0125e2d5fdb7ca56691ce80748
|
7
|
+
data.tar.gz: 881b851bab028471e49efb823c31bf52016c4564550e8aab4e094b98ccf4490e23efbb6d0395c83934b3babc37be6344781bc53d53c66c17ec2972176d6c7438
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.0.
|
1
|
+
3.0.0.rc2
|
@@ -11,7 +11,7 @@ module Aws
|
|
11
11
|
#
|
12
12
|
# @api private
|
13
13
|
# begin
|
14
|
-
SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :id_token, :local_console_password, :new_password, :old_password, :password, :plaintext, :previous_password, :private_key, :proposed_password, :public_key, :qr_code_png, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :temporary_password, :trust_password, :upload_credentials, :username, :value]
|
14
|
+
SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :credentials, :id_token, :local_console_password, :message, :name, :new_password, :old_password, :owner_information, :parameters, :password, :payload, :plaintext, :previous_password, :private_key, :proposed_password, :public_key, :qr_code_png, :refresh_token, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :task_parameters, :tech_contact, :temporary_password, :trust_password, :upload_credentials, :username, :value, :values, :variables, :zip_file]
|
15
15
|
# end
|
16
16
|
|
17
17
|
def initialize(options = {})
|
data/lib/aws-sdk-sts.rb
CHANGED
data/lib/aws-sdk-sts/client.rb
CHANGED
@@ -664,7 +664,7 @@ module Aws
|
|
664
664
|
# [7]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_assumerole.html
|
665
665
|
# [8]: http://openid.net/specs/openid-connect-core-1_0.html#Claims
|
666
666
|
# [9]: http://openid.net/specs/openid-connect-core-1_0.html#SubjectIDTypes
|
667
|
-
# [10]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual
|
667
|
+
# [10]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc_manual.html
|
668
668
|
# [11]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_request.html#api_assumerolewithwebidentity
|
669
669
|
# [12]: https://web-identity-federation-playground.s3.amazonaws.com/index.html
|
670
670
|
# [13]: http://aws.amazon.com/articles/4617974389850313
|
@@ -912,7 +912,7 @@ module Aws
|
|
912
912
|
#
|
913
913
|
# * You cannot use these credentials to call any IAM APIs.
|
914
914
|
#
|
915
|
-
# * You cannot call any STS APIs
|
915
|
+
# * You cannot call any STS APIs except `GetCallerIdentity`.
|
916
916
|
#
|
917
917
|
# **Permissions**
|
918
918
|
#
|
@@ -1078,7 +1078,8 @@ module Aws
|
|
1078
1078
|
# * You cannot call any IAM APIs unless MFA authentication information
|
1079
1079
|
# is included in the request.
|
1080
1080
|
#
|
1081
|
-
# * You cannot call any STS API *except* `AssumeRole
|
1081
|
+
# * You cannot call any STS API *except* `AssumeRole` or
|
1082
|
+
# `GetCallerIdentity`.
|
1082
1083
|
#
|
1083
1084
|
# <note markdown="1"> We recommend that you do not call `GetSessionToken` with root account
|
1084
1085
|
# credentials. Instead, follow our [best practices][3] by creating one
|
@@ -1172,7 +1173,7 @@ module Aws
|
|
1172
1173
|
params: params,
|
1173
1174
|
config: config)
|
1174
1175
|
context[:gem_name] = 'aws-sdk-core'
|
1175
|
-
context[:gem_version] = '
|
1176
|
+
context[:gem_version] = '3.0.0.rc2'
|
1176
1177
|
Seahorse::Client::Request.new(handlers, context)
|
1177
1178
|
end
|
1178
1179
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.0.
|
4
|
+
version: 3.0.0.rc2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|