fluent-plugin-azurestorage-gen2 0.1.3 → 0.1.4

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
  SHA1:
3
- metadata.gz: b3bcdaa488c738cafda86bcae69dbc0ac6d8521e
4
- data.tar.gz: d0f9bd8a6a2ae52dea8e57570e112d72cdd8e05a
3
+ metadata.gz: 13b891a2c06d9a6a18d088c8cf02eb781d3538eb
4
+ data.tar.gz: cc89a73ec41eed32b5a7f3a4d104c3ac80422642
5
5
  SHA512:
6
- metadata.gz: 1529a5bda90bedf0c4f6a03ce89d3372fd736c844f426d2d6919aef2a776765fb8ffa1305fda0304179e99eb13cc8746008cf2461a9d997d05a4519c03579a18
7
- data.tar.gz: 48843accc54dca373c08efa02f72ec4ee1142d07003af82ed00548f5b1767568770b91fa1549633836feddad28a1733a915065cb81d157c1a680975189573075
6
+ metadata.gz: da9ade031001af9fea91952af3da3fea6fa32dac029b4b2ae84cb9ac92c2b68e2fd7f9232380ec38fd96990ad53b07d9a16ec11699c12ed4b3e2978a72c03364
7
+ data.tar.gz: 76d5f0f943d2647b388852d4c4d274c0af6c8cfae9b3440afaed6b5cb4db240106efe106e974cb8ad744fe7f3ecb4deee143271e42ef67f2f9db184427b96143
data/README.md CHANGED
@@ -89,7 +89,7 @@ Your Azure Storage Access Key(Primary or Secondary). This also can be got from A
89
89
 
90
90
  Your Azure Managed Service Identity ID. When storage key authentication is not used, the plugin uses OAuth2 to authenticate as given MSI. This authentication method only works on Azure VM. If the VM has only one MSI assigned, this parameter becomes optional and the only MSI will be used. Otherwise this parameter is required.
91
91
 
92
- ### azure_oauth_tenant_id
92
+ ### azure_oauth_tenant_id (Preview)
93
93
 
94
94
  Azure account tenant id from your Azure Directory. Required if OAuth based credential mechanism is used.
95
95
 
@@ -101,7 +101,7 @@ OAuth client id that is used for OAuth based authentication. Required if OAuth b
101
101
 
102
102
  OAuth client secret that is used for OAuth based authentication. Required if OAuth based credential mechanism is used.
103
103
 
104
- ### azure_oauth_refresh_interval (Preview)
104
+ ### azure_oauth_refresh_interval
105
105
 
106
106
  OAuth2 access token refreshment interval in second. Only applies when MSI / OAuth authentication is used.
107
107
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.3
1
+ 0.1.4
@@ -260,6 +260,7 @@ module Fluent::Plugin
260
260
  access_token=`az account get-access-token --resource https://storage.azure.com/ --query accessToken -o tsv`
261
261
  log.debug "azurestorage_gen2: Token response: #{access_token}"
262
262
  @azure_access_token = access_token
263
+ end
263
264
 
264
265
  private
265
266
  def ensure_container
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-azurestorage-gen2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oliver Szabo