Class: WorkloadIdentity

Inherits:
AbstractTokenProvider show all
Defined in:
lib/fluent/plugin/auth/wif_tokenprovider.rb

Constant Summary collapse

DEFAULT_TOKEN_FILE =
'/var/run/secrets/azure/tokens/azure-identity-token'

Instance Method Summary collapse

Methods inherited from AbstractTokenProvider

#get_health_status, #get_token, #health_status, #log_health_status

Constructor Details

#initialize(outconfiguration) ⇒ WorkloadIdentity

Returns a new instance of WorkloadIdentity.



11
12
13
# File 'lib/fluent/plugin/auth/wif_tokenprovider.rb', line 11

def initialize(outconfiguration)
  super(outconfiguration)
end