-
Notifications
You must be signed in to change notification settings - Fork 17
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
Dev rds ssl #392
base: rocky-develop
Are you sure you want to change the base?
Dev rds ssl #392
Conversation
…affic. This commit check if WARMUP is accessible on app nodes with timeout (magento_node_wait_for_warmup_secs)
Order of dependencies in requirements does matter and pip isn't smart enought to choice correct versions when there is conflict Also remove outdated cloudfront override
Current location is not included in nginx configuration therefore it had no effect
For this purpose QA can add ?__mgo_bypass_token=token to URL. This action set MageOpsBypassToken cookie and works utill this cookie will be deleted. When the cookie is set Varnish will deliver content without using cache.
3e6694c
to
a8d1c91
Compare
a8d1c91
to
17cb5b0
Compare
scope = "default" | ||
ON DUPLICATE KEY UPDATE | ||
value = "{{ magento_db_setting.value | quote }}" | ||
ca_cert: /tmp/eu-central-1-bundle.pem |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not store permament files in temp
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Make that confirurable and resonable
@@ -1,10 +1,17 @@ | |||
- name: Download CA RDS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is downloaded so many times. Why? Cant we just download it once ? Or check if it does not exists?
No description provided.