Brandon Grams

Results 14 comments of Brandon Grams

I'd like potential impact on HA operability to be considered here. If sessions can stay open indefinitely (or until terminated by the session timeout checker), then this could unnecessarily delay...

> redesign how DABs do the deployments with or without relying on Terraform for this @andrewnester is the vision to move away from using Terraform internally? Our use case for...

Hey @hectorcast-db I have a working implementation [here](https://github.com/bgrams/databricks-sdk-go/compare/main...oauth-federation) of what this might look like. I'm hesitant to open a PR prior to any design discussion taking place since I imagine...

Thanks so much @renaudhartert-db! I've tested it for SP federation and it works great. One minor point is that this doesn't appear to support [account-wide federation](https://docs.databricks.com/aws/en/dev-tools/auth/oauth-federation#account-wide-token-federation) due to the [Client...

I noticed https://github.com/databricks/databricks-sdk-go/pull/1219 was merged yesterday, which I have also verified locally. I'll close this issue. Thank you once again! 😄

Looks like its available now https://docs.databricks.com/api/account/networkconnectivity/createprivateendpointrule

@alexott what do you think?

Thanks for sharing this, @alexott. Perhaps I could have filed that one as an enhancement rather than an issue - both are included here given that they are likely addressed...

Default values don't necessarily need to be computed from the backend - we know the policy at the time of cluster creation and can predict the API behavior. > as...