Is there any way to disable the authentication requirement for accessing the API Documentation endpoints provided by the apiDiscovery-1.0
feature?
I have the apiDiscovery-1.0
feature enabled on Liberty 16.0.0.4.
I am able to see the swagger documents when I access /ibm/api/explorer
as expected, but I am required to authenticate.
I am only able to authenticate by using credentials defined in a basicRegistry
element within my server.xml
. However, I want to eliminate this basicRegistry
from my server configuration.