Skip to content

Commit

Permalink
F #1454: Encrypted one_password
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmont committed Jan 22, 2018
1 parent b4272f6 commit f53c539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/host/Host.cc
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,8 @@ static const map<std::string, unsigned int> MAX_HOST_VAR_SIZES = {
{"EC2_SECRET", 41},
{"AZ_ID", 41},
{"AZ_CERT", 3130},
{"VCENTER_PASSWORD", 22}
{"VCENTER_PASSWORD", 22},
{"ONE_PASSWORD", 22}
};

int Host::post_update_template(string& error)
Expand Down

0 comments on commit f53c539

Please sign in to comment.