microcks / microcks-testcontainers-java

Java lib for Testcontainers that enables embedding Microcks into your JUnit tests with lightweight, throwaway instance thanks to containers.
https://microcks.io
Apache License 2.0
19 stars 4 forks source link

Add Secret creation/import on Microcks container #29

Closed lbroudoux closed 9 months ago

lbroudoux commented 9 months ago

Reason/Context

Now that we can access to brokers (see #27), we need to provide a way to provide authentication mechanisms. This is already handled in Microcks via the concept of Secrets.

Description

We must provide something like withSecret(secret) method on MicrocksContainer so that the secret will be created on container startup.

Implementation ideas

No response

lbroudoux commented 9 months ago

Done!