Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add other policies in CEL expressions - Part 1 #946

Merged
merged 36 commits into from
May 15, 2024

Commits on Mar 17, 2024

  1. copy allowed-annotations

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d8d97d1 View commit details
    Browse the repository at this point in the history
  2. convert allowed-annotations to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    694bee5 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    17544e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bce06e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. copy allowed-pod-priorities

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d479769 View commit details
    Browse the repository at this point in the history
  2. convert allowed-pod-priorities to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    d88f1f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. copy block-ephemeral-containers

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    7252230 View commit details
    Browse the repository at this point in the history
  2. convert block-ephemeral-containers to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    9d45ca0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea63ef2 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. copy check-env-vars

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8baf31d View commit details
    Browse the repository at this point in the history
  2. convert check-env-vars to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e9f2716 View commit details
    Browse the repository at this point in the history
  3. copy check-serviceaccount-secrets

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    486cb1d View commit details
    Browse the repository at this point in the history
  4. convert check-serviceaccount-secrets to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ceece5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d691d7b View commit details
    Browse the repository at this point in the history
  6. copy check-node-for-cve-2022-0185

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    f284a73 View commit details
    Browse the repository at this point in the history
  7. convert check-node-for-cve-2022-0185

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4a892f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. copy deny-secret-service-account-token-type

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    12cb860 View commit details
    Browse the repository at this point in the history
  2. convert deny-secret-service-account-token-type to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    c6f9fbc View commit details
    Browse the repository at this point in the history
  3. copy disallow-all-secrets

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a4ad77c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. convert disallow-all-secrets to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    80f241c View commit details
    Browse the repository at this point in the history
  2. copy disallow-localhost-services

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a76048b View commit details
    Browse the repository at this point in the history
  3. convert disallow-localhost-services to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ec7e6b6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. copy disallow-secrets-from-env-vars

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2bcc5c3 View commit details
    Browse the repository at this point in the history
  2. convert disallow-secrets-from-env-vars to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    107816e View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. add ServiceAccount to the subject in annotations

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    548d800 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. copy docker-socket-requires-label

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4cc921d View commit details
    Browse the repository at this point in the history
  2. convert docker-socket-requires-label to cel

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c410a45 View commit details
    Browse the repository at this point in the history
  3. rename files for clarity

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f9af000 View commit details
    Browse the repository at this point in the history
  4. use autogen for higher level controllers

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    4b38e95 View commit details
    Browse the repository at this point in the history
  5. add kyverno tests for block-ephemeral-containers

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3d0faf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. use autogen in allowed-pod-priorities kyverno policy

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    20563d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5fac4f View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. add new lines at the end of files

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    192245f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    55ca859 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    dbb6f56 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Merge branch 'main' into other-policies-cel-part-1

    Signed-off-by: Chandan-DK <[email protected]>
    Chandan-DK committed May 15, 2024
    Configuration menu
    Copy the full SHA
    065e052 View commit details
    Browse the repository at this point in the history