-
Notifications
You must be signed in to change notification settings - Fork 18
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
Issue 341 modernise secret handling #392
Commits on Oct 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ad3bc1 - Browse repository at this point
Copy the full SHA 1ad3bc1View commit details -
Modernise generated secrets.yml
* Stop generating both `secrets.yml` and `secrets.example.yml`. Our `secrets.yml` loads everything from the ENV so it is safe to check in and having a separate example file is unnecessary. * Add secrets demonstrating how to configure ActiveRecord encrypted attributes without using Rails encrypted credentials.
Configuration menu - View commit details
-
Copy full SHA for 70c7dd4 - Browse repository at this point
Copy the full SHA 70c7dd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for cde294b - Browse repository at this point
Copy the full SHA cde294bView commit details -
Remove Rails encrypted credentials files to avoid confusion
We have chosen not to use Rails encrypted credentials so we remove the files generated by Rails to avoid confusion.
Configuration menu - View commit details
-
Copy full SHA for 983d868 - Browse repository at this point
Copy the full SHA 983d868View commit details -
Load non-sensitive app config from config/app.yml
* Put explanatory comment at top of `config/app.yml` to explain that non-sensitive config should go here and sensitive config should go in `config/secrets.yml` * Update existing references to `mail_from` config item in the app
Configuration menu - View commit details
-
Copy full SHA for d100d0c - Browse repository at this point
Copy the full SHA d100d0cView commit details -
Update variants/devise/template.rb
Co-authored-by: Gareth Jones <gareth.jones@ackama.com>
Configuration menu - View commit details
-
Copy full SHA for 96f2c05 - Browse repository at this point
Copy the full SHA 96f2c05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a6ef51 - Browse repository at this point
Copy the full SHA 3a6ef51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a5492d - Browse repository at this point
Copy the full SHA 8a5492dView commit details
Commits on Oct 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7a0a026 - Browse repository at this point
Copy the full SHA 7a0a026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0019a73 - Browse repository at this point
Copy the full SHA 0019a73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64fb8f2 - Browse repository at this point
Copy the full SHA 64fb8f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c8981a - Browse repository at this point
Copy the full SHA 4c8981aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d8370 - Browse repository at this point
Copy the full SHA 59d8370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1633c3c - Browse repository at this point
Copy the full SHA 1633c3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08737b9 - Browse repository at this point
Copy the full SHA 08737b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7dc47 - Browse repository at this point
Copy the full SHA 6a7dc47View commit details
Commits on Mar 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9461bb2 - Browse repository at this point
Copy the full SHA 9461bb2View commit details
Commits on May 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a93845c - Browse repository at this point
Copy the full SHA a93845cView commit details
Commits on May 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d161f74 - Browse repository at this point
Copy the full SHA d161f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8f3293 - Browse repository at this point
Copy the full SHA d8f3293View commit details
Commits on Jul 23, 2023
-
Update variants/backend-base/config/app.yml
Co-authored-by: Gareth Jones <gareth.jones@ackama.com>
Configuration menu - View commit details
-
Copy full SHA for 944a40e - Browse repository at this point
Copy the full SHA 944a40eView commit details -
Update variants/backend-base/config/initializers/check_env.rb
Co-authored-by: Gareth Jones <gareth.jones@ackama.com>
Configuration menu - View commit details
-
Copy full SHA for 61a18ba - Browse repository at this point
Copy the full SHA 61a18baView commit details -
Update variants/backend-base/config/initializers/check_env.rb
Co-authored-by: Gareth Jones <gareth.jones@ackama.com>
Configuration menu - View commit details
-
Copy full SHA for 3247099 - Browse repository at this point
Copy the full SHA 3247099View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a78028 - Browse repository at this point
Copy the full SHA 6a78028View commit details -
Merge branch 'issue-341-modernise-secrets' of github.com:ackama/rails…
…-template into issue-341-modernise-secrets
Configuration menu - View commit details
-
Copy full SHA for c5eacb6 - Browse repository at this point
Copy the full SHA c5eacb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f91295 - Browse repository at this point
Copy the full SHA 8f91295View commit details -
Update variants/backend-base/example.env.tt
Co-authored-by: Gareth Jones <gareth.jones@ackama.com>
Configuration menu - View commit details
-
Copy full SHA for 24f1153 - Browse repository at this point
Copy the full SHA 24f1153View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3801920 - Browse repository at this point
Copy the full SHA 3801920View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31acec3 - Browse repository at this point
Copy the full SHA 31acec3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6f4dc3 - Browse repository at this point
Copy the full SHA c6f4dc3View commit details
Commits on Aug 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7cc48c8 - Browse repository at this point
Copy the full SHA 7cc48c8View commit details