Nomad ui 설정에 다음과 같이 Consul과 Vault의 링크를 추가할 수 있습니다.
ui {
  enabled =  true
  consul {
    ui_url = "https://consul.example.com:8500/ui"
  }
  vault {
    ui_url = "https://vault.example.com:8200/ui"
  }
}
22. 8. 31.1분 미만
Nomad ui 설정에 다음과 같이 Consul과 Vault의 링크를 추가할 수 있습니다.
ui {
  enabled =  true
  consul {
    ui_url = "https://consul.example.com:8500/ui"
  }
  vault {
    ui_url = "https://vault.example.com:8200/ui"
  }
}