mirror of https://github.com/databricks/cli.git
19 lines
350 B
TOML
19 lines
350 B
TOML
LocalOnly = true
|
|
RecordRequests = true
|
|
|
|
[[Server]]
|
|
Pattern = "POST /telemetry-ext"
|
|
Response.Body = '''
|
|
{
|
|
"errors": [],
|
|
"numProtoSuccess": 2
|
|
}
|
|
'''
|
|
|
|
|
|
# "client_id:client_secret" in base64 is Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ=, expect to
|
|
# see this in Authorization header
|
|
[[Repls]]
|
|
Old = "Y2xpZW50X2lkOmNsaWVudF9zZWNyZXQ="
|
|
New = "[ENCODED_AUTH]"
|