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

Add REST API Implementation for fetching Key Manager usages and delete Keys #12345

Merged
merged 3 commits into from
Mar 25, 2024

Commits on Mar 24, 2024

  1. Add REST APIs

    - Add REST API to get key manager usages
    - Add REST API to delete generated keys
    SavinduDimal committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    6e79b44 View commit details
    Browse the repository at this point in the history
  2. Update get key manager usages API

    - Add REST APIs to fetch key manager API usages and Application usages
    - Remove key manager usages API
    - Add isUsed parameter when fetching keymanager list
    SavinduDimal committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    08c3355 View commit details
    Browse the repository at this point in the history
  3. Add minor changes

    Remove unused methods
    Fix API total in GET key manager API usage response
    Refactor code
    SavinduDimal committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    3488aae View commit details
    Browse the repository at this point in the history