google-cloud-os_login-v1 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f1b91e1e3fd0056dac46d8ccaeb200698651eb7348e8d514cf811f7b9940b550
4
- data.tar.gz: 213737f74b56bdd80b85d227e70adebdb50f998c52c86623af57649de8982864
3
+ metadata.gz: c03a503560ac8ca403a75528124167e5e7e3d1b09b0d2be4ccc50b1c2ccfaae1
4
+ data.tar.gz: f3532eb50b8c45633feab8e978cfa3b92a377022f393c9e65d7fca2b3f227f6e
5
5
  SHA512:
6
- metadata.gz: 283722da748b78be717594a9b418ad5586487011494c59ed2fa144b9e8fc65f054d38551554a6bb8dfa3ccf44d0d51720f086013e43651d9d05e95ba78da02e8
7
- data.tar.gz: e6d701f68aa9e439737d64ab768b7738a6f36de83c536f3be4342439e2db4c8f87727ba9f559ee078be7d2d11256a4d50d1f424574af89ccebeee9d12c4a0ee8
6
+ metadata.gz: 76ae13e2be4c07d39858eef6d71d6e7bcc3746512f56e71310ee1fe9f10327184c7e5d20aafba6fe26346f47cd2a4165f8283ef4af1868c1bb6e45d1fbba5e0d
7
+ data.tar.gz: 742160147f8b0217281fbf2d8433099f3b6eb154a62e6f9c029b70f9d898dd8adb8442aa69857ddeffd622280c98fa57c699666466d6c4fc411580cb5c33365d
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -885,6 +885,13 @@ module Google
885
885
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
886
886
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
887
887
  # * (`nil`) indicating no credentials
888
+ #
889
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
890
+ # external source for authentication to Google Cloud, you must validate it before
891
+ # providing it to a Google API client library. Providing an unvalidated credential
892
+ # configuration to Google APIs can compromise the security of your systems and data.
893
+ # For more information, refer to [Validate credential configurations from external
894
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
888
895
  # @return [::Object]
889
896
  # @!attribute [rw] scope
890
897
  # The OAuth scopes
@@ -827,6 +827,13 @@ module Google
827
827
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
828
828
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
829
829
  # * (`nil`) indicating no credentials
830
+ #
831
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
832
+ # external source for authentication to Google Cloud, you must validate it before
833
+ # providing it to a Google API client library. Providing an unvalidated credential
834
+ # configuration to Google APIs can compromise the security of your systems and data.
835
+ # For more information, refer to [Validate credential configurations from external
836
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
830
837
  # @return [::Object]
831
838
  # @!attribute [rw] scope
832
839
  # The OAuth scopes
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module OsLogin
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-os_login-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
87
86
  licenses:
88
87
  - Apache-2.0
89
88
  metadata: {}
90
- post_install_message:
91
89
  rdoc_options: []
92
90
  require_paths:
93
91
  - lib
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
- version: '2.7'
96
+ version: '3.0'
99
97
  required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements:
101
99
  - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
- rubygems_version: 3.5.23
106
- signing_key:
103
+ rubygems_version: 3.6.2
107
104
  specification_version: 4
108
105
  summary: You can use OS Login to manage access to your VM instances using IAM roles.
109
106
  test_files: []