Skip to content

Instantly share code, notes, and snippets.

@C0axx
Last active January 3, 2023 18:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save C0axx/b31f161c7ae37a67481734a345a88f63 to your computer and use it in GitHub Desktop.
Save C0axx/b31f161c7ae37a67481734a345a88f63 to your computer and use it in GitHub Desktop.
Request Azure Keyvault Token
<?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