HomeOfTheWizard commented on issue #496:
URL: https://github.com/apache/maven-mvnd/issues/496#issuecomment-2270735882

   This would open doors for a lot of new use cases.
   Especially for using plugins that help for configuring an application 
running on K8s/Docker.
   For example I have a plugin that I use to fetch from a secret manager the 
credentials necessary for an application running on K8s.
   https://homeofthewizard.github.io/vault-maven-plugin/
   
   Right now I use the plugin only during the deployment of the application, 
get the secrets and put to K8s secrets.
   But this works only if my credentials do not change often.
   If I manage to run my plugin fast enough with mvnd on a container, I could 
use it as a sidecar (fast enough to not slow down the startup of the pod too 
much) and fetch the fresh/updated credentials every time a new pod starts.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to