Updates to all the base ansible files in prep for nad cloud migration#1013
Updates to all the base ansible files in prep for nad cloud migration#1013aprilrieger merged 17 commits intomainfrom
Conversation
|
|
||
| ## Prerequisites | ||
|
|
||
| 1. Clone the keep volume |
There was a problem hiding this comment.
I do not currently know how I would do the first two clone steps, but I'm also not positive who the audience for this documentation is?
ansible/files/nginx-default
Outdated
| real_ip_recursive on; | ||
|
|
||
| server { | ||
| server_name b2.adventistdigitallibrary.org; |
There was a problem hiding this comment.
I was surprised server_name wasn't a template variable - with NAD cloud as the provider maybe it will change rarely enough that we don't need it to be, just something to think about.
…d test in NADCloud env
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 6293111 | Triggered | Generic Password | f21e74f | docker-compose.production.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
…needed in knapsack bin since we update the path in dockerfile
Story
Refs