Skip to content

Commit c4a5dbc

Browse files
authored
Fix TOFU ssh key prompt in OpenOnDemand web shell for IPA hosts (#864)
* fix TOFO ssh key prompt in OOD web shell for IPA hosts * remove conditional for ondemand shell host (tested)
1 parent 7d505f4 commit c4a5dbc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

environments/common/inventory/group_vars/all/openondemand.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ openondemand_dashboard_links_grafana:
3434
url: "{{ grafana_url_openondemand_proxy }}"
3535
openondemand_dashboard_links: "{{ openondemand_dashboard_links_grafana if groups['grafana'] | length > 0 }}"
3636

37-
openondemand_login_host: localhost
37+
# For FreeIPA-enroled hosts, the shell host must be an IPA-registered host to avoid an ssh key prompt
38+
# so do not use localhost:
39+
openondemand_login_host: "{{ inventory_hostname }}"
3840

3941
openondemand_clusters:
4042
slurm:

0 commit comments

Comments
 (0)