Martijn de Munnik
|
a4c33bfecb
|
Allow to set uid and gid instead of owner and group. No checks will be performed when uid and gid are set.
```
sops.secrets = {
sslCertificate = {
sopsFile = ./secrets.yaml;
owner = "";
group = "";
uid = config.containers."nginx".config.users.users."nginx".uid;
gid = config.containers."nginx".config.users.groups."nginx".gid;
};
sslCertificateKey = {
sopsFile = ./secrets.yaml;
owner = "";
group = "";
uid = config.containers."nginx".config.users.users."nginx".uid;
gid = config.containers."nginx".config.users.groups."nginx".gid;
};
};
```
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
|
2024-10-23 07:38:42 +00:00 |
|
Jörg Thalheim
|
6b259336bd
|
Lint fixes (#539)
* fix various additional linter errors
* extend golangci checks
|
2024-04-18 16:19:26 +02:00 |
|
Jörg Thalheim
|
c59da7ac29
|
reformat with gofumpt
|
2023-11-03 14:49:21 +01:00 |
|
Jörg Thalheim
|
4e50640bac
|
go: drop deprecated ioutil
|
2023-02-28 09:44:31 +01:00 |
|
Pogobanane
|
783af739d2
|
fix go tests for darwin
|
2023-02-02 12:07:00 +01:00 |
|
Jörg Thalheim
|
f234b0c865
|
TestIsValidFormat: don't use deprecated golang function
|
2023-02-01 22:08:03 +01:00 |
|
lucasew
|
eb09a61dc9
|
format type: add dotenv and ini
Signed-off-by: lucasew <lucas59356@gmail.com>
|
2023-01-17 10:55:52 -03:00 |
|
Janne Heß
|
5e2f743edd
|
Re-add service restarts
We also have service reloads now, so add them as well
|
2022-03-14 17:30:56 +01:00 |
|
Janne Heß
|
9683d128bd
|
Add support for restarting/reloading units
|
2021-11-07 12:37:57 +01:00 |
|
Janne Heß
|
db8fcb50a3
|
Add support for ssh-generated age keys
|
2021-09-24 12:09:52 +02:00 |
|
Janne Heß
|
f5a2ba217b
|
Add age support
|
2021-09-24 12:09:52 +02:00 |
|
Jörg Thalheim
|
c7826f534e
|
parallelize CI
|
2020-11-13 12:54:33 +01:00 |
|
Jörg Thalheim
|
b8d91d61ac
|
restrict sops-install-secrets to linux
ramfs is not available elswhere.
|
2020-07-22 23:46:05 +01:00 |
|
Jörg Thalheim
|
bffb0afb48
|
fix replace existing files
|
2020-07-19 23:23:38 +01:00 |
|
Jörg Thalheim
|
30c6879b42
|
add validation mode
|
2020-07-19 17:09:27 +01:00 |
|
Jörg Thalheim
|
4224ec9ede
|
add validate flag
|
2020-07-19 11:32:59 +01:00 |
|
Jörg Thalheim
|
b75e51c423
|
add tests + ssh key support
|
2020-07-12 13:50:55 +01:00 |
|
Jörg Thalheim
|
8ccd9ba269
|
first commit
|
2020-07-06 07:31:57 +01:00 |
|