-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 CertManager function for listing certificates of any kind #5334
base: master
Are you sure you want to change the base?
Conversation
7f52a30
to
87eec13
Compare
API tests result: success ✅ |
API tests result: success ✅ |
API tests result: success ✅ |
@CodiumAI-Agent review |
PR Analysis
PR Feedback
How to use
|
API tests result: success ✅ |
Change adds ListAny function to CertManager, which enables listing of certificates of any kind. This change would enable, decoupling of Tyk Identity Broker from Tyk Gateway.
a8908de
to
9aad2f4
Compare
API Changes no api changes detected |
SonarCloud Quality Gate failed. 0 Bugs 100.0% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
API tests result: success ✅ |
Description
Related Issue
TykTechnologies/tyk-identity-broker#320
Motivation and Context
This change will enable to decoupling of Tyk Gateway from Tyk Identity Broker, by using
internal Tyk Identity Broker CertManager interface.
How This Has Been Tested
Screenshots (if appropriate)
Types of changes
Checklist