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
Currently, when setting a new casdoor instance using the helm-chart, we need to get the database credentials in plain text in order for the DSN on the configmap to be created from it.
That is kind of a burden as it let you get plaintext password on your values.yaml file.
Would it be doable to rather use kubernetes secrets already existing or generate it?
I'd like to be able to get something like this as an additional option:
database:
secret:
name: <string>generate: <bool>
As it needs a bit of additional works on the current helm chart so, I can work on it if you want.
The text was updated successfully, but these errors were encountered:
Hi team,
Currently, when setting a new casdoor instance using the helm-chart, we need to get the database credentials in plain text in order for the DSN on the configmap to be created from it.
That is kind of a burden as it let you get plaintext password on your values.yaml file.
Would it be doable to rather use kubernetes secrets already existing or generate it?
I'd like to be able to get something like this as an additional option:
As it needs a bit of additional works on the current helm chart so, I can work on it if you want.
The text was updated successfully, but these errors were encountered: