Nathan Holland
Nathan Holland
Wouldn't this remove functionality for dunfell? I believe it's unlikely that the oe-core will be backported - I feel like it would still be a useful package to have those...
It seems the Redux Store is only used for dispatching actions, and I don't see any benefit with storing internal state within the store in future. Do you think it...
@dzsquared is this still estimated for release by the end of spring? Or is this something that might fall into the next quarter?
This functionality could help considerably when building secure GitHub pipelines. (https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-azure) While reducing transitive dependencies is a good general practice, I believe the security benefits and velocity improvements of using...
> Hi, one clarification - how do you set the DATABRICKS_HOST env var? It's easy to do for CLI commands, as you can set in in the shell session right...
I'd expect that "authorization_endpoint " shouldn't end in /token - perhaps you meant "token_endpoint"? U2M uses "authorization" endpoint to pop the interactive window (https://auth0.com/docs/get-started/authentication-and-authorization-flow/authorization-code-flow), and "M2M' takes a token endpoint...