Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jetstack/jetstack-secure
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.9.0-alpha.0
Choose a base ref
...
head repository: jetstack/jetstack-secure
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.9.0-alpha.1
Choose a head ref
  • 14 commits
  • 12 files changed
  • 2 contributors

Commits on Feb 4, 2026

  1. Configuration menu
    Copy the full SHA
    617f6e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad73686 View commit details
    Browse the repository at this point in the history
  3. Improve error handling for label selector parsing in newDataGathererW…

    …ithClient
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    2c332ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    298dfbc View commit details
    Browse the repository at this point in the history
  5. improve unexpected error panic path

    Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
    inteon committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    8692cfc View commit details
    Browse the repository at this point in the history
  6. Merge pull request #768 from jetstack/feature/label-selector

    Label selectors
    inteon authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    45e0e64 View commit details
    Browse the repository at this point in the history
  7. Add ConfigMap support to data gatherer and snapshot structure

    - Add ConfigMaps field to CyberArk Snapshot structure
    - Add configmaps to kubernetesNativeResources map in k8sdynamic
    - Enable efficient SharedIndexInformer for ConfigMap resources
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    41460b5 View commit details
    Browse the repository at this point in the history
  8. Add ConfigMap extractor to CyberArk client

    - Register ark/configmaps extractor function in defaultExtractorFunctions
    - Add ark/configmaps to list of default dynamic data gatherers
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    1c13cb4 View commit details
    Browse the repository at this point in the history
  9. Add comprehensive tests for ConfigMap data reading conversion

    - Add TestConvertDataReadings_ConfigMaps for ConfigMap conversion
    - Add TestConvertDataReadings_ServiceAccounts for service account conversion
    - Add TestConvertDataReadings_Roles for role conversion
    - Add TestConvertDataReadings_MultipleResources for multi-resource scenarios
    - Verify deleted resources are properly excluded from snapshots
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    775a055 View commit details
    Browse the repository at this point in the history
  10. Add ConfigMap data gatherer to disco-agent Helm chart

    - Add ark/configmaps data gatherer with conjur.org label selector
    - Update Helm chart test snapshots with new ConfigMap configuration
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    9c8ca8c View commit details
    Browse the repository at this point in the history
  11. Add ConfigMap data gatherer to machinehub example

    - Add ark/configmaps data gatherer configuration with label selector
    - Add empty ConfigMap data entry to example input.json
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    3cb4d02 View commit details
    Browse the repository at this point in the history
  12. Add sample ConfigMap and E2E test support

    - Add conjur-connect-configmap.yaml with CyberArk connection configuration
    - Update E2E test script to create sample ConfigMap for discovery testing
    - ConfigMap includes conjur.org/name label matching default label selector
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    9c66d57 View commit details
    Browse the repository at this point in the history
  13. Reorganize ConfigMap data gatherer in disco-agent and update machineh…

    …ub example
    Atanas Chuchev committed Feb 4, 2026
    Configuration menu
    Copy the full SHA
    9fd3170 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #769 from jetstack/feature/discovery-configmaps

    Discovery of ConfigMaps
    inteon authored Feb 4, 2026
    Configuration menu
    Copy the full SHA
    b9e1889 View commit details
    Browse the repository at this point in the history
Loading