forked from eclipse-kura/kura
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(container.provider): added container instances enforcement allow…
…list (eclipse-kura#5197) * feat(container.orchestration.provider): added first implementation of enforcement allowlist Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): enforcement allowlist implemented Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): updated copyright and method signature Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): improved implementation, tests added Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): corrected typo in option description Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): fixed indendation Co-authored-by: Mattia Dal Ben <[email protected]> * feat(container.orchestration.provider): implemented suggestion and validation of already running containers Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): added tests for monitor-starting phase Signed-off-by: SimoneFiorani <[email protected]> * feat(container.orchestration.provider): refactored allowlist monitor class Signed-off-by: SimoneFiorani <[email protected]> * fix: typo in log * style: fix copyright header * fix: copyright header year * feat(container.provider): added container instance digest enforcement Signed-off-by: SimoneFiorani <[email protected]> * feat: added tests and some updates on orchestration service Signed-off-by: SimoneFiorani <[email protected]> * feat: added running containers check after instance digest removing Signed-off-by: SimoneFiorani <[email protected]> * feat: running container check after stopping added Signed-off-by: SimoneFiorani <[email protected]> * refactor: refactor with suggestions Signed-off-by: SimoneFiorani <[email protected]> * refactor: moved enforceAlreadyRunningContainer method * refactor: refactored some methods * refactor: refactored hashcode and equals methods * fix: fixed unit tests after rebase on develop * Update kura/org.eclipse.kura.container.provider/OSGI-INF/metatype/org.eclipse.kura.container.provider.ContainerInstance.xml Co-authored-by: Mattia Dal Ben <[email protected]> * refactor: refactored constant names in Monitor * Update kura/org.eclipse.kura.container.orchestration.provider/src/main/java/org/eclipse/kura/container/orchestration/provider/impl/enforcement/AllowlistEnforcementMonitor.java Co-authored-by: Mattia Dal Ben <[email protected]> --------- Signed-off-by: SimoneFiorani <[email protected]> Co-authored-by: Mattia Dal Ben <[email protected]>
- Loading branch information
Showing
7 changed files
with
235 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.