* Moving the path for rabbitmq_combined_keys.pem due to access right issues
* Fixing wrong file path - again
* Using ${RABBITMQ_CONF_DIR} for the base path
* Fixing the way that certificates were combined.
* Introduced, documented and validated RABBITMQ_COMBINED_CERT_PATH
* Small code convention style fix
* FQDN check
* Added hint to RABBITMQ_USE_LONGNAMES in description as well
* Fixed typo & description
* Documented and verified `RABBITMQ_USE_LONGNAME`
* Small adjustment for more readable code and less repetition in README.md
* Update 3.8/debian-10/rootfs/opt/bitnami/scripts/librabbitmq.sh
Co-authored-by: Francisco de Paz Galán <fdepaz@vmware.com>
* added check_true_false_value
* Adding script to use as k8s preStop hook
* Adding script to use as k8s preStop hook
Requested in review
* Apply suggestions from code review
Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>
* Untabify
Co-authored-by: Marcos Bjoerkelund <marcosbc@users.noreply.github.com>
* Support not changing password
This is needed to support the loading definitions
* Support not changing password
* Support not changing password
* Support not changing password
Update README.
Remove mention of RABBITMQ_HASHED_PASSWORD that actually isn't used.
* Support not changing password
Handle RABBITMQ_LOAD_DEFINITIONS like a boolean.
* Support not changing password
Fix handle of RABBITMQ_LOAD_DEFINITIONS as a boolean.
* Support not changing password
Validate taht RABBITMQ_LOAD_DEFINITIONS is a boolean.
* Fixing support for loading definitions
Documentation
* Swith to "sysctl" or "ini-like" format for configuration
Signed-off-by: juan131 <juanariza@vmware.com>
Co-authored-by: Marcos Bjoerkelund <marcosbc@vmware.com>