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

feat: azure support #8

Closed
wants to merge 1 commit into from
Closed

feat: azure support #8

wants to merge 1 commit into from

Conversation

chris-stephenson
Copy link
Contributor

Added handling of Azure Container Registry

echo "${{ secrets.ACR_PUSH_SP_PASSWORD }}" | docker login \
${{ secrets.ACR_SERVER_NAME }} \
-u ${{ secrets.ACR_PUSH_SP_ID }} \
--password-stdin
Copy link
Contributor

Choose a reason for hiding this comment

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

We generally try to use workload identity and avoid hardcoding passwords, it seems this is also supported on azure https://github.com/Azure/login?tab=readme-ov-file#login-with-openid-connect-oidc-recommended

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Okay. Then I would close this PR. Just enabling this for people to use Backstage with Azure.

Copy link
Contributor

Choose a reason for hiding this comment

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

Moving to draft for now.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yup, I think we should start with this one, in order to have this officially supporting Azure, and then later figure out the passwordless way to do that.

@johanneswuerbach johanneswuerbach marked this pull request as draft January 18, 2024 15:45
@johanneswuerbach
Copy link
Contributor

Replaced by #15

@johanneswuerbach johanneswuerbach deleted the azure-support branch February 20, 2024 20:07
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