drupal-project icon indicating copy to clipboard operation
drupal-project copied to clipboard

Add example content for a secret file

Open misterjoonas opened this issue 10 months ago • 2 comments

I could not remember how the secret file should be formatted by heart, so an example is good to be there.

misterjoonas avatar Apr 18 '24 09:04 misterjoonas

Yaml format requirement is already covered in the same README section: The silta/silta.secret file is a YAML file...

The particular content depends on data which needs to be encrypted, f.ex this is also valid:

smtp:
  password: 'password'

We can add a reference to https://github.com/wunderio/charts/blob/master/drupal/values.yaml if you feel so.

tormi avatar Apr 18 '24 13:04 tormi

I'm just trying to make it as easy as possible, I think most of the time developers need to override php environment variables and that example helps with that. Without understanding how the values.yml file or Silta configurations work in general. And help people like me who need to add secrets a few times per year or so...

misterjoonas avatar Apr 19 '24 05:04 misterjoonas