IP Address Management on Azure
Перейти к файлу
Matthew Garrett fef5dfb347 Testing persist-credentials:false 2024-02-22 14:11:03 -08:00
.github Testing persist-credentials:false 2024-02-22 14:11:03 -08:00
.vscode Updated some steps and wording in the deployment doc 2023-01-15 23:42:55 -08:00
assets Updated NPM packages and updated workflow to reflect new modules folder 2024-02-20 11:16:22 -08:00
deploy Removed unneeded comments 2024-02-21 01:05:33 -08:00
docs Improved logging, minor tweaks to deployment script and documentation 2024-02-01 00:02:58 -08:00
engine Fixed small issue is DoD URLs, updated GitHub Actions to align with new container design and added framework for proper Bearer Token handling within Engine 2024-02-13 09:43:44 -08:00
examples Created new examples folder, move ESLZ example into it, and added terraform example for ipam 2022-11-07 20:52:43 -08:00
lb Added ability to specify CIDR when creating a Reservation, fixed close action for Reservations view in UI and added X-Frame-Options header to prod NGINX config 2023-10-29 17:07:57 -07:00
tests Added comments to testing script 2023-10-07 17:25:56 -07:00
tools Updated versioning script and in workflow 2024-02-21 15:02:33 -08:00
ui Updated NPM packages and updated workflow to reflect new modules folder 2024-02-20 11:16:22 -08:00
.dockerignore Migrated from CRA to Vite and updated NodeJS to v18.x 2023-09-03 11:38:54 -07:00
.env.example Reworked IP Planner tool logic and removed legacy Docker Compose file 2024-01-30 21:46:59 -08:00
.gitattributes Added gitattributes to for LF format for Shell scripts 2022-11-01 22:56:06 -07:00
.gitignore Updated all NPM packages, added ESLint back in and configured linting, added additional automated API tests, fixed React dependencies, added total selected/vnets in Block Networks component, fixed bug when saving External Networks and addressed a few additional JS issues that ESLint revealed 2023-10-06 21:43:46 -07:00
CODE_OF_CONDUCT.md CODE_OF_CONDUCT.md committed 2021-10-14 13:09:50 -07:00
Dockerfile.deb Removed postBuild script as no longer required, completed update script, renamed Dockerfiles to align with disto type and updated NPM packages 2024-01-25 12:26:42 -08:00
Dockerfile.func Added endpoints for IL6, updated build script, improved update script, fixed all Dockerfiles, fixed ENV variable setting process and added status API call 2024-01-22 00:24:20 -08:00
Dockerfile.rhel Added endpoints for IL6, updated build script, improved update script, fixed all Dockerfiles, fixed ENV variable setting process and added status API call 2024-01-22 00:24:20 -08:00
LICENSE Initial Commit 2021-10-14 13:13:34 -07:00
README.md Migrated Function deployment to v2 model, updated README, modified health check url and moved tools to properly named directory 2024-02-03 19:45:52 -08:00
SECURITY.md SECURITY.md committed 2021-10-14 13:09:52 -07:00
SUPPORT.md Normalizing with gitattributes set 2022-11-01 23:00:56 -07:00
docker-compose.yml Migrated from CRA to Vite and updated NodeJS to v18.x 2023-09-03 11:38:54 -07:00
init.sh Removed postBuild script as no longer required, completed update script, renamed Dockerfiles to align with disto type and updated NPM packages 2024-01-25 12:26:42 -08:00
sshd_config Added endpoints for IL6, updated build script, improved update script, fixed all Dockerfiles, fixed ENV variable setting process and added status API call 2024-01-22 00:24:20 -08:00

README.md

Azure IPAM

Azure IPAM is a lightweight solution developed on top of the Azure platform designed to help Azure customers manage their IP Address space easily and effectively.

Repo Contents

File/folder Description
.github/ Bug Report, Issue Templates and GitHub Actions
.vscode/ VSCode Configuration
deploy/ Deployment Bicep Templates & PowerShell Deployment Scripts
assets/ Compiled ZIP Archive
docs/ Documentation Folder
engine/ Engine Application Code
examples/ Example Templates, Scripts and Code Snippets for Azure IPAM
lb/ Load Balancer (NGINX) Configs
tests/ Testing Scripts
tools/ Lifecycle Scripts (Build/Version/Update)
ui/ UI Application Code
.dockerignore Untracked Docker Files to Ignore
.env.example Example ENV File to be Used with Docker Compose
.gitattributes Git File and Path Attributes
.gitignore Untracked Git Files to Ignore
CODE_OF_CONDUCT.md Microsoft Code of Conduct
docker-compose.yml Development Docker Compose File
Dockerfile.deb Single Container Dockerfile (Debian)
Dockerfile.func Single Container Dockerfile (Function)
Dockerfile.rhel Single Container Dockerfile (Red Hat)
init.sh Single Container Init Script
LICENSE Microsoft MIT License
README.md This README File
SECURITY.md Microsoft Open Source Security Information & Details
sshd_config Container SSH Config File
SUPPORT.md Support Contact Information

Documentation

IPAM uses both Docsify and GitHub Pages to present the project documentation, which can be found here

Questions or Comments for the team?

The IPAM team welcomes questions and contributions from the community. We have set up a GitHub Discussions page here to make it easy to engage with the IPAM team without opening an issue.

FAQ

Why should I use IPAM? You realize that you do not have a clear picture as to what is deployed into your Azure environment and connected to your private IP address space. Or, you would like a way to easily manage, assign, and track your private IP addess space usage!

What does the roadmap for IPAM look like?

  • We are assessing leveraging Azure Container Apps for hosting the two containers that make up the IPAM application
  • We are assessing support for multiple Tenants, as today the tool is designed with a single Tenant in mind
  • We are working on capturing IP address infromation for resources that support hybrid connectivity (ie Gateways)

Who are the awesome people that built this solution?? Matt and Harvey are Architects at Microsoft! We are always on the look out for interesting ways to help our customers overcome their challenges!

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.