fluent-plugin-azurestorage-gen2 0.3.4 → 0.3.5
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/README.md +2 -2
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_azurestorage_gen2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dda9831ba6a2c1e050b15c87538c25f6043ef9c1172efad77c02b7cc67bcd495
|
|
4
|
+
data.tar.gz: c3b543568768f0f6700f296f4e8d51cf058a149682b87d624cad3ed0ad38f225
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
+
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-
|
|
11
|
+
date: 2023-05-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|