Skip to content

Commit e83769e

Browse files
authored
Kf 8220/feat/non root charms and workloads (#279)
* feat: run charms and workloads as non-root users * test: add test cases against privileges * chore: update dependencies
1 parent 6cb6aa7 commit e83769e

4 files changed

Lines changed: 1124 additions & 408 deletions

File tree

metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ docs: https://discourse.charmhub.io/t/10861
1111
containers:
1212
minio:
1313
resource: oci-image
14+
uid: 584792
15+
gid: 584792
1416
mounts:
1517
- storage: minio-data
1618
location: /data
@@ -59,3 +61,4 @@ storage:
5961
minio-data:
6062
type: filesystem
6163
minimum-size: 10G
64+
charm-user: non-root

0 commit comments

Comments
 (0)