Configure
Configure Nitride to integrate with external systems, and implement custom authentication and authorization mechanisms.
Nitride is built around the Vault core - a popular open-source tool for securely storing and managing secrets. While Vault provides a robust core functionality, its versatility can be extended through the creation of plugins. These plugins allow users to tailor Vault to specific use cases, integrate with external systems, and implement custom authentication and authorization mechanisms.
Nitride extension ratls
is an authentication module, adding workload identity methods to the core.
To verify that the extension is registered, run the following command:
Output is similar to:
Enable Remote Attestation through TLS
Enable remote attestation using the
vhsm nitride init
command.
Verify that the endpoint has been enabled correctly:
Output:
Fore more information about creating identities, policies, and other tasks, see using CLI.
Last updated
Was this helpful?