ShadowNamespace for storing shadow data [Ref]
[storage.fs.eosgrpc]
shadow_namespace = "/.shadow"
ShareFolder defines the name of the folder in the shadowed namespace. Ex: /eos/user/.shadow/h/hugo/MyShares [Ref]
[storage.fs.eosgrpc]
share_folder = "/MyShares"
Location of the eos binary. Default is /usr/bin/eos. [Ref]
[storage.fs.eosgrpc]
eos_binary = "/usr/bin/eos"
Location of the xrdcopy binary. Default is /usr/bin/xrdcopy. [Ref]
[storage.fs.eosgrpc]
xrdcopy_binary = "/usr/bin/xrdcopy"
URL of the Master EOS MGM. Default is root:eos-example.org [Ref]
[storage.fs.eosgrpc]
master_url = "root://eos-example.org"
URI of the EOS MGM grpc server Default is empty [Ref]
[storage.fs.eosgrpc]
master_grpc_uri = "root://eos-grpc-example.org"
URL of the Slave EOS MGM. Default is root:eos-example.org [Ref]
[storage.fs.eosgrpc]
slave_url = "root://eos-example.org"
Location on the local fs where to store reads. Defaults to os.TempDir() [Ref]
[storage.fs.eosgrpc]
cache_directory = "/var/tmp/"
SecProtocol specifies the xrootd security protocol to use between the server and EOS. [Ref]
[storage.fs.eosgrpc]
sec_protocol = "-"
UserLayout wraps the internal path with user information. Example: if conf.Namespace is /eos/user and received path is /docs and the UserLayout is {{.Username}} the internal path will be: /eos/user/[storage.fs.eosgrpc]
user_layout = "-"
Enables logging of the commands executed Defaults to false [Ref]
[storage.fs.eosgrpc]
enable_logging = false
ShowHiddenSysFiles shows internal EOS files like .sys.v# and .sys.a# files. [Ref]
[storage.fs.eosgrpc]
show_hidden_sys_files = -
ForceSingleUserMode will force connections to EOS to use SingleUsername [Ref]
[storage.fs.eosgrpc]
force_single_user_mode = false
UseKeyTabAuth changes will authenticate requests by using an EOS keytab. [Ref]
[storage.fs.eosgrpc]
UseKeytab = false
EnableHome enables the creation of home directories. [Ref]
[storage.fs.eosgrpc]
enable_home = false
Authkey is the key that authorizes this client to connect to the GRPC service It’s unclear whether this will be the final solution [Ref]
[storage.fs.eosgrpc]
authkey = "-"