Turn known pubkeys into object with usernames

This commit is contained in:
2024-10-23 15:52:31 +02:00
parent 67cd89b7b8
commit c8160e38c8
2 changed files with 5 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ env = {
ldap_bind_dn: ldap_credentials["service_dn"],
ldap_password: ldap_credentials["service_password"],
ldap_search_dn: node["strfry"]["ldap_search_dn"],
whitelist_pubkeys: node["strfry"]["whitelist_pubkeys"].join(",")
whitelist_pubkeys: node["strfry"]["known_pubkeys"].values.join(",")
}
template "#{extras_dir}/.env" do