github.com/cs3org/reva/v2@v2.27.7/tests/oc-integration-tests/local/machine-auth.toml (about) 1 [shared] 2 jwt_secret = "Pive-Fumkiu4" 3 4 [shared.grpc_client_options] 5 tls_mode = "insecure" 6 7 [log] 8 #level = "warn" 9 #mode = "json" 10 11 # This users.toml config file will start a reva service that: 12 # - handles "machine" type authentication 13 [grpc] 14 address = "0.0.0.0:21000" 15 16 [grpc.tls_settings] 17 enabled = true 18 19 [grpc.services.authprovider] 20 auth_manager = "machine" 21 22 [grpc.services.authprovider.auth_managers.machine] 23 api_key="change-me-please" 24 gateway_addr="0.0.0.0:19000"