You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We wanted to run this plugin on EKS. Instead of acting like kiam or
kube2iam, EKS creates a web token identity file within a container
that allows the application to assume roles -- but using the newer
credential provider.
This commit adds a web_identity_credentials config section and handler
so we can use the identity file within EKS.
Signed-off-by: Jack Wink <[email protected]>
desc"Number of times to retry when retrieving credentials"
45
59
config_param:retries,:integer,default: nil
@@ -175,7 +189,7 @@ def configure(conf)
175
189
end
176
190
177
191
unless@index_format =~ /^%(0\d*)?[dxX]$/
178
-
raiseFluent::ConfigError,"index_format parameter should follow `%[flags][width]type`. `0` is the only supported flag, and is mandatory if width is specified. `d`, `x` and `X` are supported types"
192
+
raiseFluent::ConfigError,"index_format parameter should follow `%[flags][width]type`. `0` is the only supported flag, and is mandatory if width is specified. `d`, `x` and `X` are supported types"
0 commit comments