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

github-actions: use github secrets for azure #2375

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

v1v
Copy link
Member

@v1v v1v commented Jun 12, 2024

No more vault access

I created a feature branch and it works

image

@v1v v1v requested review from a team June 12, 2024 12:24
@v1v v1v self-assigned this Jun 12, 2024
Copy link
Member

@Mpdreamz Mpdreamz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The login succeeds but the environment variables are no longer available to the subsequent tests:

https://github.com/elastic/apm-agent-dotnet/pull/2376/files#diff-7081c86a1a73901a6dbddd9933219adf7964543da11cdab8545d235f89abc089

@v1v
Copy link
Member Author

v1v commented Jun 12, 2024

Good catch! I've just converted those secrets to env variables and https://github.com/elastic/apm-agent-dotnet/actions/runs/9483799301?pr=2376 should verify if it works as expected

@v1v v1v requested a review from Mpdreamz June 12, 2024 13:49
@Mpdreamz
Copy link
Member

LGTM!

The azure tests itself are still failing because I think our SP might no longer have permissions to delete resources?

Resource actions are indicated with the following symbols:
  - destroy

https://github.com/elastic/apm-agent-dotnet/pull/2376/files#diff-7081c86a1a73901a6dbddd9933219adf7964543da11cdab8545d235f89abc089

Will need to investigate on a follow up PR that re-enables this tests again.

@v1v v1v merged commit fccf2df into elastic:main Jun 13, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants