Skip to content

Fixed regression in databricks auth login for OAuth redirect URL - #3417

Merged
shreyas-goenka merged 4 commits into
mainfrom
fix-u2m
Aug 14, 2025
Merged

Fixed regression in databricks auth login for OAuth redirect URL#3417
shreyas-goenka merged 4 commits into
mainfrom
fix-u2m

Conversation

@shreyas-goenka

@shreyas-goenkashreyas-goenka commented Aug 14, 2025

Copy link
Copy Markdown
Contributor

Changes

This PR pins the SDK to the commit bbc4b3da42838e7b72ac47508dc79003b73e6473 based on the PR: databricks/databricks-sdk-go#1267

This commit is v0.79.0 + reverted databricks/databricks-sdk-go@667c53b.

Doing this fixes the auth login command.

Git log from the commit bbc4b3da42838e7b72ac47508dc79003b73e6473:

commit bbc4b3da42838e7b72ac47508dc79003b73e6473 (HEAD, origin/fix-u2m-2, fix-u2m-2)
Author: Shreyas Goenka <shreyas.goenka@databricks.com>
Date: Thu Aug 14 09:44:06 2025 +0200
Revert "Use a free port in `u2m` authentication flows rather than 8020. (#1239)"
This reverts commit 667c53b472be6ba8866a927fe2ef7e7e8e668cad.
commit f7762ab1465ff8fe03827d61e05402142b8c3401 (tag: v0.79.0)
Author: deco-sdk-tagging[bot] <192229699+deco-sdk-tagging[bot]@users.noreply.github.com>
Date: Wed Aug 6 09:47:17 2025 +0000
[Release] Release v0.79.0
## Release v0.79.0

Tests

Manually, auth login works now.

Fixes#3416

@eng-dev-ecosystem-bot

eng-dev-ecosystem-bot commented Aug 14, 2025

Copy link
Copy Markdown
Collaborator

Run: 16960320452

Env✅‌pass🔄‌flaky🙈‌skip🪲‌BUG
🪲‌aws linux3254602
🪲‌aws windows3264592
🪲‌aws-ucws linux4403572
🪲‌aws-ucws windows4413562
🪲‌azure linux32234592
🪲‌azure windows3264582
🪲‌azure-ucws linux4423542
🪲‌azure-ucws windows4433532
🪲‌gcp linux3184632
🪲‌gcp windows3194622
Test Nameaws linuxaws windowsaws-ucws linuxaws-ucws windowsazure linuxazure windowsazure-ucws linuxazure-ucws windowsgcp linuxgcp windows
TestAccept🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG
TestAccept/bundle/integration_whl/interactive_single_user✅‌pass✅‌pass✅‌pass✅‌pass🔄‌flaky✅‌pass✅‌pass✅‌pass✅‌pass✅‌pass
TestAccept/bundle/run/app-with-job🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG🪲‌BUG
TestAccept/bundle/templates/default-python/combinations/classic✅‌pass✅‌pass✅‌pass✅‌pass🔄‌flaky✅‌pass✅‌pass✅‌pass✅‌pass✅‌pass
TestAccept/bundle/templates/default-python/combinations/classic/DATABRICKS_CLI_DEPLOYMENT=direct-exp/DLT=no/NBOOK=yes/PY=no✅‌pass✅‌pass✅‌pass✅‌pass🔄‌flaky✅‌pass✅‌pass✅‌pass✅‌pass✅‌pass

@andrewnesterandrewnester changed the title Fix databricks auth loginFixed regression in databricks auth login for OAuth redirect_utiAug 14, 2025
@shreyas-goenkashreyas-goenka changed the title Fixed regression in databricks auth login for OAuth redirect_utiFixed regression in databricks auth login for OAuth redirectAug 14, 2025
@shreyas-goenkashreyas-goenka changed the title Fixed regression in databricks auth login for OAuth redirectFixed regression in databricks auth login for OAuth redirect URLAug 14, 2025
@shreyas-goenka
shreyas-goenka added this pull request to the merge queueAug 14, 2025
Merged via the queue into main with commit 11de56fAug 14, 2025
13 checks passed
@shreyas-goenka
shreyas-goenka deleted the fix-u2m branch August 14, 2025 09:22
deco-sdk-taggingBot added a commit that referenced this pull request Aug 14, 2025
## Release v0.264.1
### Notable Changes
* Fixed regression in databricks auth login for OAuth redirect URL ([#3417](#3417))
### Bundles
* Add supported enum values to JSON schema for volume grant privileges ([#3395](#3395))
denik pushed a commit that referenced this pull request May 20, 2026
…3417)
## Changes
This PR pins the SDK to the commit
bbc4b3da42838e7b72ac47508dc79003b73e6473 based on the PR:
databricks/databricks-sdk-go#1267
This commit is v0.79.0 + reverted
databricks/databricks-sdk-go@667c53b.
Doing this fixes the `auth login` command.
Git log from the commit bbc4b3da42838e7b72ac47508dc79003b73e6473:
```
commit bbc4b3da42838e7b72ac47508dc79003b73e6473 (HEAD, origin/fix-u2m-2, fix-u2m-2)
Author: Shreyas Goenka <shreyas.goenka@databricks.com>
Date: Thu Aug 14 09:44:06 2025 +0200
Revert "Use a free port in `u2m` authentication flows rather than 8020. (#1239)"
This reverts commit 667c53b472be6ba8866a927fe2ef7e7e8e668cad.
commit f7762ab1465ff8fe03827d61e05402142b8c3401 (tag: v0.79.0)
Author: deco-sdk-tagging[bot] <192229699+deco-sdk-tagging[bot]@users.noreply.github.com>
Date: Wed Aug 6 09:47:17 2025 +0000
[Release] Release v0.79.0
## Release v0.79.0
```
## Tests
Manually, auth login works now.
Fixes#3416
denik pushed a commit that referenced this pull request May 20, 2026
## Release v0.264.1
### Notable Changes
* Fixed regression in databricks auth login for OAuth redirect URL ([#3417](#3417))
### Bundles
* Add supported enum values to JSON schema for volume grant privileges ([#3395](#3395))
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] redirect_uri not registered for OAuth application 'databricks-cli'

4 participants

@shreyas-goenka@eng-dev-ecosystem-bot@pietern@andrewnester