How to enable Short Lived Nats Credentials in Ops Manager 2.10 ?
For more information about Short Lived Nats Credentials you can visit the Documentation .
Ops Manager 3.0 allows you to enable this feature using the UI. For Ops Manager 2.10 you can enable it using an Override configuration.
1. Set Ops Manager to advanced mode by following this How to Enable Advanced Mode in the Ops Manager .
2. Use the /api/v0/staged/director/overrides endpoint to override the flag `enable_short_lived_nats_bootstrap_credentials` value to true.
The following uaac curl command is an example on how to override the flag to `true`:
uaac curl "http://<YOUR-OPS-MAN-FQDN>/api/v0/staged/director/overrides" -X PUT --data '{"overrides" : [{"section": "instance_groups", "data": {"director": {"enable_short_lived_nats_bootstrap_credentials": true }}}]}'
3. After you have completed your changes, deactivate Advanced Mode by following the procedure in How to Enable Advanced Mode in the Ops Manager in the Knowledge Base.
4. Return to the Ops Manager Installation Dashboard.
5. Click Review Pending Changes
6. Click Apply Changes
This configuration affects all new deployments of Ops Manager. If you want to configure VMs in existing Ops Manager deployments to use short-lived bootstrap credentials, you must re-create them.