Token Validation Added for Azure IPAM API's #219
DCMattyG
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I just wanted to let everyone know that Token Validation has now been added to the Azure IPAM project and all tokens will be validated, including being decoded by the JSON Web Keys provided by Microsoft. This is an important security update, so please be sure to update your Azure IPAM deployments with the latest code as soon as possible to keep your environments as secure as possible.
For customers whom have used the standard deployment script provided, this is as simple as restart your Azure App Service as follows:
For customers whom have opted for private Azure Container Registries, please follow the instructions from the Docs page to build new production containers and push them to your ACR.
All other customers, please make sure to update your code/images through whatever mechanisms or pipelines you have in place.
If you have any question, please don't hesitate to reach out to us here or directly. More exciting updates to come over the next few weeks so keep your eyes out for further announcements!
Beta Was this translation helpful? Give feedback.
All reactions