We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a MSSQL database in Azure for the e2e test for the MSSQL scaler to cover the azure-workload auth (kedacore/keda#6161)
We must check if the azure-workload auth works correctly. Therefore we need a MSSQL database in Azure to connect with a WorkloadIdentityResource.
WorkloadIdentityResource
The text was updated successfully, but these errors were encountered:
I missed this issue, do you need help with it?
Sorry, something went wrong.
Yes, this is something i need help with. That would be very nice
I've created the sql server with a federated login for KEDA's identity, so you should be able to use it with the connection values from these envs:
KEDA's identity has db_owner role in the database, so you should be able to test your code
db_owner
And soryy for the huge delay :(
No branches or pull requests
We need a MSSQL database in Azure for the e2e test for the MSSQL scaler to cover the azure-workload auth (kedacore/keda#6161)
Use-Case
We must check if the azure-workload auth works correctly. Therefore we need a MSSQL database in Azure to connect with a
WorkloadIdentityResource
.Specification
The text was updated successfully, but these errors were encountered: