Skip to content

Commit

Permalink
Update registration agent v1.1.0-2
Browse files Browse the repository at this point in the history
- Add new environment ENCRYPTED_SECRETS and set to false

Signed-off-by: Anh Huy Bui <[email protected]>
  • Loading branch information
buianhhuy96 committed Dec 13, 2024
1 parent 3686159 commit 34a0c7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ buildGo121Module {
name = "registration-agent-laptop";
src = builtins.fetchGit {
url = "[email protected]:tiiuae/registration-agent-laptop.git";
rev = "2f904867b98c65d38561e2447183109a7c68ba0d";
rev = "7a58d7017d97000b8d7748762ca921418e5cd3c8";
ref = "refs/heads/main";
};
tags = [ "prod" ];
patches = [./remove-test.patch];
vendorSha256 = "sha256-9/twQyt6SVXWTRypt1FIWsRQxQEWFBkdi8eR+/xYNqg==";
vendorSha256 = "sha256-tfGNLjWTHMNntPgGOwVHAzt6C89BLOMyo4UZrCJD9+M=";
proxyVendor=true;


Expand Down
1 change: 1 addition & 0 deletions modules/registration-agent-laptop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ in
source = pkgs.writeTextDir ".env" ''
AUTOMATIC_PROVISIONING=false
TLS=true
ENCRYPTED_SECRETS=false
PROVISIONING_URL=
DEVICE_ALIAS=
DEVICE_IDENTITY_FILE=${cfg.certs_path}/identity.txt
Expand Down

0 comments on commit 34a0c7f

Please sign in to comment.