Azure / Moneo

Distributed AI/HPC Monitoring Framework
MIT License
25 stars 16 forks source link

Enable Certificate Authentication for Geneva Agent #48

Closed RyoYang closed 1 year ago

RyoYang commented 1 year ago
  1. Support certificate type for geneva agent authentication
  2. Documentation enhancement and typo fix
rafsalas19 commented 1 year ago

Can you make one more addition in Moneo/linux_service/start_moneo_services.sh line 14, can you add the 'cert argument'.

i.e. $MONEO_PATH/src/worker/start_geneva.sh cert $MONEO_PATH/src/worker/publisher/config/geneva_config.json

I think this part is fine to hard code. I will make the necessary changes in my docs pr for all the additions added by this pr.

RyoYang commented 1 year ago

Can you make one more addition in Moneo/linux_service/start_moneo_services.sh line 14, can you add the 'cert argument'.

i.e. $MONEO_PATH/src/worker/start_geneva.sh cert $MONEO_PATH/src/worker/publisher/config/geneva_config.json

I think this part is fine to hard code. I will make the necessary changes in my docs pr for all the additions added by this pr.

Done.