Skip to content
Snippets Groups Projects
Unverified Commit e5b2f52d authored by Göran Pöhner's avatar Göran Pöhner Committed by GitHub
Browse files

Updated rabbitmq security (#1225)

parent 509be52c
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,6 @@ type: application
maintainers:
- name: groundhog2k
version: "0.5.20"
version: "0.6.13"
appVersion: "3.10.20"
appVersion: "3.11.11"
# RabbitMQ
![Version: 0.6.12](https://img.shields.io/badge/Version-0.6.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.11.11](https://img.shields.io/badge/AppVersion-3.11.11-informational?style=flat-square)
![Version: 0.6.13](https://img.shields.io/badge/Version-0.6.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.11.11](https://img.shields.io/badge/AppVersion-3.11.11-informational?style=flat-square)
## Changelog
......
......@@ -68,4 +68,5 @@
| 0.6.10 | 3.11.9 | Upgraded to RabbitMQ 3.11.9 |
| 0.6.11 | 3.11.10 | Upgraded to RabbitMQ 3.11.10 |
| 0.6.12 | 3.11.11 | Upgraded to RabbitMQ 3.11.11 |
| 0.6.13 | 3.11.11 | Updated default security context |
| | | |
......@@ -29,6 +29,8 @@ podAnnotations: {}
## Pod security options
podSecurityContext:
fsGroup: 999
supplementalGroups:
- 999
## Pod management policy
podManagementPolicy: OrderedReady
......@@ -44,6 +46,9 @@ securityContext:
runAsNonRoot: true
runAsGroup: 999
runAsUser: 999
capabilities:
drop:
- ALL
## Default RabbitMq service ports (default: AMQP port 5672, Secure AMQP port 5671, Management UI port 15672)
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment