databricks-cli/acceptance/auth/credentials/basic/script

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
297 B
Plaintext
Raw Normal View History

# Unset the token which is configured by default
# in acceptance tests
export DATABRICKS_TOKEN=""
2025-02-10 13:36:08 +00:00
# "username:password" in base64 is dXNlcm5hbWU6cGFzc3dvcmQ=, expect to see this in Authorization header
export DATABRICKS_USERNAME=username
export DATABRICKS_PASSWORD=password
$CLI current-user me