-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
featNew feature or requestNew feature or requestneeds-triageNeeds thorough attention from code reviewersNeeds thorough attention from code reviewers
Description
Describe the feature
We are using cryostat-v3.0, and it currently faces compatibility issues with strict Kubernetes security policies, specifically:
readOnlyRootFilesystem: true- Custom
runAsGroupvalues
This makes it difficult to use Cryostat in environments that require strong security measures.
Feature Requests:
1. Support readOnlyRootFilesystem: true
- Identify all writable paths required by Cryostat components.
- Provide configuration options to mount these paths as writable volumes.
2. Enable Compatibility with Custom runAsGroup Values
- Ensure all Cryostat processes can run with non-default group IDs.
- Document any specific group ID requirements, if necessary.
Use Case
This feature will allow Cryostat to be deployed in high-security Kubernetes environments that enforce strict security contexts.
Anything other information?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featNew feature or requestNew feature or requestneeds-triageNeeds thorough attention from code reviewersNeeds thorough attention from code reviewers