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.
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 onMicrocksContainer
so that the secret will be created on container startup.Implementation ideas
No response