-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(discovery): Podman platform (#1394)
* tmp * rebase fixes * working on experimental podman handler * update netty native version * fixup! working on experimental podman handler * add comment with vertx deps BOM note * add note about systemctl start podman.socket * fixup! update netty native version * fixup netty version Signed-off-by: Andrew Azores <aazores@redhat.com> * add security opt flag for mounting podman socket * cleanup UID lookup, run on worker thread, set API version to 2.3 * add Podman built-in discovery plugin Signed-off-by: Andrew Azores <aazores@redhat.com> * use request query param to filter for containers with specific label * cleanup * remove obsolete podman API testing endpoints * improve JMX URL handling, add label to smoketest targets * perform fewer COW updates Signed-off-by: Andrew Azores <aazores@redhat.com> * fix ignored podless containers * rebase cleanup * refactor platform selection allow multiple available strategies to be selected. the highest priority available platform provides the authmanager if none explicitly specified. set of selected strategies can be mapped to set of available platform clients, allowing multiple enabled built-in plugins at once Signed-off-by: Andrew Azores <aazores@redhat.com> * deregister builtin plugins if they are no longer available/selected Signed-off-by: Andrew Azores <aazores@redhat.com> * CRYOSTAT_PLATFORM takes comma-separated list Signed-off-by: Andrew Azores <aazores@redhat.com> --------- Signed-off-by: Andrew Azores <aazores@redhat.com>
- Loading branch information
1 parent
ef6b6bd
commit d675fef
Showing
13 changed files
with
576 additions
and
81 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
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.