mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-22 17:01:41 +00:00
27 lines
742 B
JSON
27 lines
742 B
JSON
![]() |
{
|
||
|
"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':'<value>','kty': 'RSA','q': '<value>','d': '<value>','e': '<value>','use': 'sig','kid': '<value / key id>','qi': '<value>','dp': '<value>','alg': 'RS256','dq': '<value>','n': '<value>'}",
|
||
|
"email": "email",
|
||
|
"scopes": [
|
||
|
"Authorization Server Scopes"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|