Skip to content

Commit 9758433

Browse files
achilleas-ksupakeen
authored andcommitted
test: add a group to the iot-ostree-pull-user config
Add a group to the iot-ostree-pull-user config with name osbuild and gid 1002. The group is assigned to the user in the same config. This covers the scenario that causes the bug that was fixed in the previous commit. This config is used to build iot-ami images in CI.
1 parent 215c880 commit 9758433

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/configs/iot-ostree-pull-user.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@
88
"wheel"
99
],
1010
"key": "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBNebAh6SjpAn8wB53K4695cGnHGuCtl4RdaX3futZgJUultHyzeYHnzMO7d4++qnRL+Rworew62LKP560uvtncc= github.com/osbuild/images",
11-
"name": "osbuild"
11+
"name": "osbuild",
12+
"uid": 1001,
13+
"gid": 1002
14+
}
15+
],
16+
"group": [
17+
{
18+
"name": "osbuild",
19+
"gid": 1002
1220
}
1321
]
1422
}

0 commit comments

Comments
 (0)