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(acme): support redis namespace #10562

Merged
merged 7 commits into from
Mar 29, 2023

Commits on Mar 27, 2023

  1. feat(acme): support redis namespace

    This PR relies on [fffonion/lua-resty-acme#101](fffonion/lua-resty-acme#101)
    
    `namespace` will be treated as a prefix of key and is default to empty
    string `""` for backward compatibility. `namespace` must not be prefixed
    with any of the reserverd words.
    
    [KAG-615](https://konghq.atlassian.net/browse/KAG-615)
    catbro666 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    b4fd89f View commit details
    Browse the repository at this point in the history
  2. add changelog

    catbro666 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8287f8b View commit details
    Browse the repository at this point in the history
  3. fix lint

    catbro666 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1b49ef0 View commit details
    Browse the repository at this point in the history
  4. fix rockspec

    catbro666 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2d48a85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5912aff View commit details
    Browse the repository at this point in the history
  6. fix lint

    catbro666 committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    1067ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Update CHANGELOG.md

    Co-authored-by: Chrono <[email protected]>
    catbro666 and chronolaw authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    990e539 View commit details
    Browse the repository at this point in the history