3 Commits

Author SHA1 Message Date
Dave Lasley
d654f5d5ed [MIG] base_external_system: Upgrade to v11
* Perform standard v11 migration
2017-12-19 08:48:55 -08:00
Dave Lasley
4db2a3ea1f [IMP] base_external_system: Add create bypass
* In cases of deep inheritance, it may be required to create an adapter directly. Add an override in the create via the env context to support this.
* Add default system type if creating from an interface
* Fix interface assignment during creation in adapter
2017-12-19 08:48:48 -08:00
Dave Lasley
368380e9e8 [ADD] base_external_system: Implement interface/adapter (#993)
* [ADD] base_external_system: Implement interface/adapter for external systems

* base_external_system: Fix OS model, add inherits, add validate

* base_external_system: Usability and private key pass

* base_external_system: Use contextmanager in adapter client

* base_external_system: Move contextmanager to interface

* base_external_system: Include contextmanager on adapter and system

* base_external_system: Unify client

* Use password widget for password field

* Add tests & security

* Fix lint

* Add plaintext note
2017-12-19 08:48:39 -08:00