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

Warn on missing TLS secret #9875

Merged
merged 54 commits into from
Aug 20, 2024
Merged

Warn on missing TLS secret #9875

merged 54 commits into from
Aug 20, 2024

Commits on Aug 6, 2024

  1. update api and code

    jbohanon committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    43f195f View commit details
    Browse the repository at this point in the history
  2. codegen

    jbohanon committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    bb44d44 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. kubernetes e2e

    jbohanon committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    304b6d4 View commit details
    Browse the repository at this point in the history
  2. fix tests

    jbohanon committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    531e91d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9ba457 View commit details
    Browse the repository at this point in the history
  4. add changelog

    jbohanon committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    e322dcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    647804e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    816ef5b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    82f2438 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fixes

    add warnings to proxy report so it appears in the warnings after translation
    
    only return a warning if the error produced by ResolveCommonSslConfig
    is SslSecretNotFoundError
    jbohanon committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    3ba2380 View commit details
    Browse the repository at this point in the history
  2. Adding changelog file to new location

    changelog-bot authored and solo-changelog-bot[bot] committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    06a5999 View commit details
    Browse the repository at this point in the history
  3. Deleting changelog file from old location

    changelog-bot authored and solo-changelog-bot[bot] committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b847a7e View commit details
    Browse the repository at this point in the history
  4. fix listener_subsystem_test

    jbohanon committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    52c04a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3ce3eb View commit details
    Browse the repository at this point in the history
  6. fix kubernetes e2e test

    jbohanon committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    5e5223d View commit details
    Browse the repository at this point in the history
  7. kube2e

    jbohanon committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    eb65fc5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1e9f256 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. update action

    jbohanon committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    13ff84b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d85c578 View commit details
    Browse the repository at this point in the history
  3. fix helm test import

    jbohanon committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4df4e4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7dc251 View commit details
    Browse the repository at this point in the history
  5. revert gha

    jbohanon committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bda0de3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'jbohanon/missing-tls-secret' of ssh://github.com/solo-i…

    …o/gloo into jbohanon/missing-tls-secret
    jbohanon committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6beb2c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

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

Commits on Aug 14, 2024

  1. Adding changelog file to new location

    changelog-bot authored and solo-changelog-bot[bot] committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    fbd5c27 View commit details
    Browse the repository at this point in the history
  2. Deleting changelog file from old location

    changelog-bot authored and solo-changelog-bot[bot] committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0f1b807 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    9123836 View commit details
    Browse the repository at this point in the history
  2. PR feedback

    jbohanon committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    759aa30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc26e9a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5a1163 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. update comment

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    266343f View commit details
    Browse the repository at this point in the history
  2. add settings API for warning

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    849ec77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9745908 View commit details
    Browse the repository at this point in the history
  4. update changelog

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4a00783 View commit details
    Browse the repository at this point in the history
  5. helm and tests

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    23eaa92 View commit details
    Browse the repository at this point in the history
  6. fix build issues and codegen

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e0c7b84 View commit details
    Browse the repository at this point in the history
  7. missing curlies >_>

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1ee3b05 View commit details
    Browse the repository at this point in the history
  8. helm values fixes

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    de34f50 View commit details
    Browse the repository at this point in the history
  9. missed one

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e2a98ab View commit details
    Browse the repository at this point in the history
  10. wrong value in test setup

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2dd6438 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97d46c6 View commit details
    Browse the repository at this point in the history
  12. fix translation tests

    jbohanon committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a8c4afd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    efb1631 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b7c9d8e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. revert allow_warnings test

    jbohanon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    4500382 View commit details
    Browse the repository at this point in the history
  2. add icky sleep

    jbohanon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6eeb021 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25d0a89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffdc5b1 View commit details
    Browse the repository at this point in the history
  5. remove extra skeleton

    jbohanon committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    faa8d41 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9aa94bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e65e20a View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. rename bool and fix logic

    jbohanon committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    383cd6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd91d85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df643e View commit details
    Browse the repository at this point in the history