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

Support Restrict Secret Access #3677

Merged
merged 14 commits into from
Dec 8, 2022
Merged

Support Restrict Secret Access #3677

merged 14 commits into from
Dec 8, 2022

Commits on Dec 6, 2022

  1. Support Restrict Secret Access

    Support Restrict Secret Access, refer to kedacore#3668
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    20702d2 View commit details
    Browse the repository at this point in the history
  2. Fix the test

    Fix the test
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    75adfb2 View commit details
    Browse the repository at this point in the history
  3. Fix scaledobject controller test and hpa test

    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0fd4127 View commit details
    Browse the repository at this point in the history
  4. Move WaitForCacheSync out of reconcile

    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4a3d953 View commit details
    Browse the repository at this point in the history
  5. Update isSecretAcessRestricted function

    Update isSecretAcessRestricted function, comments and Env Variable to make it clearer semantically
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b854761 View commit details
    Browse the repository at this point in the history
  6. fixing redeclaring during merge

    fixing redeclaring during merge
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    1eb463e View commit details
    Browse the repository at this point in the history
  7. sort imports

    sort imports
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    b63eca4 View commit details
    Browse the repository at this point in the history
  8. Add logging if KEDA_RESTRICT_SECRET_ACCESS=true

    Add logging if KEDA_RESTRICT_SECRET_ACCESS=true which means ClusterTriggerAuthentication is the only way to get secrets
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4646137 View commit details
    Browse the repository at this point in the history
  9. fix UT

    fix UT
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    69deb5e View commit details
    Browse the repository at this point in the history
  10. fix UT

    fix UT
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    74a24ba View commit details
    Browse the repository at this point in the history
  11. fix static checks

    fix static checks
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    51f07ee View commit details
    Browse the repository at this point in the history
  12. Enhance based on comments

    Enhance based on comments
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cef0676 View commit details
    Browse the repository at this point in the history
  13. gofmt

    gofmt
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    8784d74 View commit details
    Browse the repository at this point in the history
  14. Add changelog & comments

    Add changelog & comments
    
    Signed-off-by: kevin <tengkang@msn.com>
    kevinteng525 committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    476a3cc View commit details
    Browse the repository at this point in the history