Commit Graph

4 Commits

Author SHA1 Message Date
Ronald Portier
df7608d90b [IMP] : black, isort, prettier 2022-11-27 16:39:42 +01:00
Dave Lasley
63470c5dc9 [MIG] base_external_system: Upgrade to v11
* Perform standard v11 migration
2022-11-27 16:39:42 +01:00
Dave Lasley
c11c3cd251 [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
2022-11-27 16:39:42 +01:00
Dave Lasley
21df00169e [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
2022-11-27 16:39:42 +01:00