-
Notifications
You must be signed in to change notification settings - Fork 79
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
Not able to see screenshot in azure storage account #227
Comments
@amitkpal83 Can you make sure your secret is correctly setup, are there any logs you can see to share here? |
@fbritoferreira Secret is setup correctly because if something is wrong it is throwing the exception while installing the chart. Below are logs that we have got from director. Not able to give full logs as it contain sensitive information like emails and other stuff. screenshotUploadUrls":[{"uploadUrl":"https://xxxx/qa-automation-reports/942a7a6d2a545908da029cb4f8d68f03.png?sv=2021-12-02&st=2023-07-10T12%3A54%3A15Z&se=2023-07-11T12%3A54%3A15Z&sr=b&sp=w&sig=lEMTK5jOGl1gx%2BnV%2BZQJTGo0vdHtwNj3VO9yksktj30%3D&rsct=image%2Fpng","readUrl":"https://xxxx/qa-automation-reports/942a7a6d2a545908da029cb4f8d68f03.png?sv=2021-12-02&st=2023-07-10T12%3A54%3A15Z&se=2024-07-09T12%3A54%3A15Z&sr=b&sp=r&sig=sjEVVAZMiZYmw8HHILVAIi4Gc0mDCdDLGfO5hz%2F28I0%3D&rsct=image%2Fpng","screenshotId":"ugxz1"},{"uploadUrl":"https://xxxx/qa-automation-reports/4c4450dd61d3e8be31a403672dae302f.png?sv=2021-12-02&st=2023-07-10T12%3A54%3A15Z&se=2023-07-11T12%3A54%3A15Z&sr=b&sp=w&sig=16R6zdmcCkKOJm%2F7aDsSOwrfGFNxcnus8c0Obf21nBg%3D&rsct=image%2Fpng","readUrl":"https://xxxx/qa-automation-reports/4c4450dd61d3e8be31a403672dae302f.png?sv=2021-12-02&st=2023-07-10T12%3A54%3A15Z&se=2024-07-09T12%3A54%3A15Z&sr=b&sp=r&sig=G97WRBHsI7e3YHG8TKqDdOv8Wxk6KLdNkguqE18pG4s%3D&rsct=image%2Fpng","screenshotId":"mbq5q"}],"videoUploadInstructions":null,"msg":"Sending assets upload URLs"} |
@fbritoferreira Can you pls provide any help on this? |
values-1.txt
Summary
Configure the screenshot in azure storage account but screenshot never get uploaded to storage account container. checked the director logs also but no useful information is there. Checked in the developer tools also and see that it is trying to get the blob(creating a query) but blob is never uploaded to the storage account.
How to reproduce
Below are env variable i have set in director
azureconnexionString: ${storage_connectionstring} - a secret
azurecontainerName: 'qa-automation-reports'
azureuploadurlexpiryinHours: 24
Environment
Installed in kubernetes
2.5.5
8.5.0
1.13
Attaching the yaml file
The text was updated successfully, but these errors were encountered: