Primož Jerše
Primož Jerše
I rolled my own implementation, here's the code if anyone is interested. ``` class SAPXsuaaSSO(SSOBase): provider = "sap.xsuaa" scope = settings.DEFAULT_SCOPE async def get_discovery_document(self) -> DiscoveryDocument: return { "authorization_endpoint": f"{settings.XSUAA_API_URL}/oauth/authorize/",...
Thank you man, happy new year as well :)
no it fails with ``` FAILED: Path doesn't exist: '/app/xara\\db\\migrations'. Please use the 'init' command to create a new scripts folder. ˙˙˙`
I have the setting in relative path but this is what running "alembic upgrade head" outputs
hm ok thta's good news, thanks ... maybe different powershell version? ``` > pwsh -v PowerShell 7.4.1 ```
how do i do this? > I had to assign an AAD Group to the Cognitive Services OpenAI User Role in the Azure OpenAI resource itself. plus, i am owner,...
I have the same issue on Intel i7 ( windows 11 ) not quite the same but similar: ``` ERROR: deployment failed: failing invoking action 'provision', error deploying infrastructure: starting...
if I do this: `echo $Env:TAG` it outputs the set env variable which is now "latest" but when I do `make version` which literally does the same i get the...
wait, there's people who use powershell on linux? why?