Skip to content
New issue

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

Resources required for e2e tests concerning permission segregation. #3262

Closed
v-shenoy opened this issue Jun 22, 2022 · 2 comments · Fixed by #3280
Closed

Resources required for e2e tests concerning permission segregation. #3262

v-shenoy opened this issue Jun 22, 2022 · 2 comments · Fixed by #3280
Assignees

Comments

@v-shenoy
Copy link
Contributor

v-shenoy commented Jun 22, 2022

Require some new Azure resources for e2e tests -

  1. Azure Service Bus instance with connection string in workflow env (AZURE_SERVICE_BUS_CONNECTION_STRING_ALT?)
  2. Azure AD Application with client id present in workflow env (AZURE_SP_APP_ID_ALT?). This app should have Azure Service Bus Data Receiver permissions on the above created service bus instance.
  3. There is already an Azure AD Application used by the e2e tests. Copy over the federated credentials from the old application to the new application (Note - Do not remove them from the old app, just add them to the new one as well)..

Relates to #2656, #3216

@v-shenoy
Copy link
Contributor Author

@tomkerkhove

@tomkerkhove
Copy link
Member

tomkerkhove commented Jun 24, 2022

I'll pick this up tomorrow on Monday!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants