Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add example content for a secret file #399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

misterjoonas
Copy link
Member

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

@misterjoonas misterjoonas requested a review from tormi April 18, 2024 09:22
@misterjoonas misterjoonas self-assigned this Apr 18, 2024
@tormi
Copy link
Member

tormi commented Apr 18, 2024

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.

@misterjoonas
Copy link
Member Author

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants