{ "source": { "type": "sample-data", "config": { "sample_data_folder": "./examples/sample_data" } }, "sink": { "type": "metadata-rest", "config": {} }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "okta", "client_id": "{client_id}", "org_url": "https://{Issuer URI}/v1/token", "private_key": "{'p':'','kty': 'RSA','q': '','d': '','e': '','use': 'sig','kid': '','qi': '','dp': '','alg': 'RS256','dq': '','n': ''}", "email": "email", "scopes": [ "Authorization Server Scopes" ] } } }