Update GCS service account secret format to binary
This commit is contained in:
parent
aee7f79c01
commit
b5af91bde0
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
# Declare the GCS service account secret
|
# Declare the GCS service account secret
|
||||||
sops.secrets."gcloud_bucket" = {
|
sops.secrets."gcloud_bucket" = {
|
||||||
format = "json";
|
format = "binary"; # Apparently this can make it behave as is.
|
||||||
sopsFile = ../../secrets/database/gcloud_bucket.json;
|
sopsFile = ../../secrets/database/gcloud_bucket.json;
|
||||||
owner = "root";
|
owner = "root";
|
||||||
mode = "0400";
|
mode = "0400";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue