You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My application has both public and internal api. Group 's are good tool to separate public API.
The problem is full swagger is always exposed.
I like concept of actuator, it would be ideally to expose public swagger on application port and full swagger on actuator port.
I know I can implement own @RestControllerEndpoint and block traffic to default /v3/api-docs
It is ok to me to implement own actuator endpoint, but exposing /v3/api-docs and blocking access does not have a sense
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My application has both public and internal api. Group 's are good tool to separate public API.
The problem is full swagger is always exposed.
I like concept of actuator, it would be ideally to expose public swagger on application port and full swagger on actuator port.
I know I can implement own @RestControllerEndpoint and block traffic to default
/v3/api-docsIt is ok to me to implement own actuator endpoint, but exposing
/v3/api-docsand blocking access does not have a senseBeta Was this translation helpful? Give feedback.
All reactions