Re-designed formatting of package into multiple directories:
- security services
- config management
separated out:
- ike
- ipec
- remote neworks
Created ability to handle each on it's own or string together a complete onboard process passing the configuration settings in a single json file or as individual configurations. Review the docs around create_remote_networks() to determine how and what is needed for a functional deployment
Added ability to auto-create a pre shared key that will be sent back in request so can be used when building out remote network.
** Can only support certain types of configurations needing additional enhancements. see enhancements sections and additional handling for errors, but does come with an entire exceptions module to help deal with errors.
What's Changed
* fixed auth issue added some support for addtional calls by atav928 in https://github.com/atav928/prisma-access-sase/pull/11
* Update _version.py by atav928 in https://github.com/atav928/prisma-access-sase/pull/12
* Update README.md by atav928 in https://github.com/atav928/prisma-access-sase/pull/15
* Update .gitignore by atav928 in https://github.com/atav928/prisma-access-sase/pull/16
* Update _version.py by atav928 in https://github.com/atav928/prisma-access-sase/pull/17
* 13 bulk import by atav928 in https://github.com/atav928/prisma-access-sase/pull/18
* Update _version.py by atav928 in https://github.com/atav928/prisma-access-sase/pull/20
* Update README.md by atav928 in https://github.com/atav928/prisma-access-sase/pull/19
* Update _version.py by atav928 in https://github.com/atav928/prisma-access-sase/pull/21
* Update README.md by atav928 in https://github.com/atav928/prisma-access-sase/pull/22
* Develop by atav928 in https://github.com/atav928/prisma-access-sase/pull/23
**Full Changelog**: https://github.com/atav928/prisma-access-sase/compare/v0.0.4...v0.1.5