Elastic 7.5 S3 plugin install warning message

on my 7.5 cluster when install s3 plugin its giving below warning. Any idea what permission needed for java

# bin/elasticsearch-plugin install repository-s3
-> Downloading repository-s3 from elastic
[=================================================] 100%??
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@     WARNING: plugin requires additional permissions     @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
* java.lang.RuntimePermission accessDeclaredMembers
* java.lang.RuntimePermission getClassLoader
* java.lang.reflect.ReflectPermission suppressAccessChecks
* java.net.SocketPermission * connect,resolve
* java.util.PropertyPermission es.allow_insecure_settings read,write
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.

Continue with installation? [y/N]y
-> Installed repository-s3

This is just a warning to inform you that the plugin requires additional permissions than those required by the core Elasticsearch process. If you hit y, those permissions will be automatically granted. See: Installing plugins with custom docker image warning message

As Elasticsearch plugins have to be installed on each node, we have documentation on how to easily achieve that with ECK as well.

Thanks I was able to use secure string to add keys