cf-mysql-java-broker
cf-mysql-java-broker copied to clipboard
[Question]Why does no data in secret
I tried this broker with kubernetes and the flow like below:
-
Create broker resource
-
Create instance, the database will be created in mysql DB
-
Create Binding, the user with password will be created.
After above 3 steps, I check my secret but did not find the DB database, DB username and DB password in secret data.
So, After the binding created, How do I know to the my database and login name/password.
This provider is not spec compliant (returns the credentials at the top level, so ...).