fluent-plugin-azurestorage-gen2 0.3.4 → 0.3.5

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: c6a19402e29cb9d0cc99d4c7540abe4078bf18b01de1679321caac31bbc22009
4
- data.tar.gz: 1e721f1eb70a0c492532fed6246f216457673e6f5c210f333f8a07fa2b8be8d6
3
+ metadata.gz: dda9831ba6a2c1e050b15c87538c25f6043ef9c1172efad77c02b7cc67bcd495
4
+ data.tar.gz: c3b543568768f0f6700f296f4e8d51cf058a149682b87d624cad3ed0ad38f225
5
5
  SHA512:
6
- metadata.gz: bb60e722eca5df9ad5a4a46f85c5d00090f745757a7e475c0091e75df746066456cd16380899770758869b638469a7a2ff865370f96e641436d124066190e7ea
7
- data.tar.gz: 10890970199e264c2a2cc7a2711558deeb1ca694af1d680b262cff47935249d84559878ae7a1096774cfddfaf15175c1e7a25b32511c24d2302d32f51c01e229
6
+ metadata.gz: 869081e5771c3ac008b7d327c24630679b091b964db1c235e61f8ca495bfc6d705bba3b4ac96cc03a5034c01779603418bc7c6042e10b1125ba722cb4486204f
7
+ data.tar.gz: 6427da1a36fbcada6b811c56112ad9041f13ef41ae77b0cf6daa6e3622a88fec6a836df8fc9665b3ecca983169795a718d07111e24424a2d5ac0e5476c6a095f
data/README.md CHANGED
@@ -85,7 +85,7 @@ $ gem install fluent-plugin-azurestorage-gen2
85
85
  azure_oauth_tenant_id <my tenant id>
86
86
  azure_oauth_app_id <my app client id>
87
87
  azure_oauth_secret <my client secret>
88
- azure_oauth_identity_authority login.microsoftonline.us
88
+ azure_oauth_identity_authority https://login.microsoftonline.us
89
89
  ...
90
90
  </match>
91
91
  ```
@@ -127,7 +127,7 @@ OAuth client secret that is used for OAuth based authentication. Required if OAu
127
127
 
128
128
  ### azure_oauth_identity_authority
129
129
 
130
- Identity Authority URL used to retrieve the OAuth token. Default is commercial cloud of 'login.microsoftonline.com' and to switch to using Azure Government Cloud, provide a value of 'login.microsoftonline.us'
130
+ Identity Authority URL used to retrieve the OAuth token. Default is commercial cloud of 'https://login.microsoftonline.com' and to switch to using Azure Government Cloud, provide a value of 'https://login.microsoftonline.us'
131
131
 
132
132
  ### azure_oauth_refresh_interval
133
133
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.4
1
+ 0.3.5
@@ -29,7 +29,7 @@ module Fluent::Plugin
29
29
  config_param :azure_oauth_app_id, :string, :default => nil, :secret => true
30
30
  config_param :azure_oauth_secret, :string, :default => nil, :secret => true
31
31
  config_param :azure_oauth_tenant_id, :string, :default => nil
32
- config_param :azure_oauth_identity_authority, :string, :default => "login.microsoftonline.com"
32
+ config_param :azure_oauth_identity_authority, :string, :default => "https://login.microsoftonline.com"
33
33
  config_param :azure_oauth_use_azure_cli, :bool, :default => false
34
34
  config_param :azure_oauth_refresh_interval, :integer, :default => 60 * 60
35
35
  config_param :azure_container, :string, :default => nil
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-azurestorage-gen2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Szabo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-02 00:00:00.000000000 Z
11
+ date: 2023-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd