github.com/cs3org/reva/v2@v2.27.7/tests/integration/grpc/fixtures/ocm-share/cernbox-machine-authprovider.toml (about)

     1  [log]
     2  mode = "json"
     3  
     4  [shared]
     5  gatewaysvc = "{{cernboxgw_address}}"
     6  
     7  [grpc]
     8  address = "{{grpc_address}}"
     9  
    10  [grpc.services.authprovider]
    11  auth_manager = "machine"
    12  
    13  [grpc.services.authprovider.auth_managers.machine]
    14  api_key = "secret"
    15  gateway_addr = "{{cernboxgw_address}}"