Workload Identity Manager Configurations
Operations related to Workload Identity Manager Configurations
📄️ Get the details of all Issuer configurations
Retrieves a list of all Issuer Configurations. Configurations link together Sub CA Providers, Workload Issuance Policies and Identity Provider information. Together these allow an instance of an Issuer to obtain a Sub CA certificate and use it to issue certificates.
📄️ Create a new Issuer configuration
Adds a new Issuer Configuration, which links the following together - Sub CA Provider, Policies used to determine which certificates can be issued, and the IdP (Identity Provider) the Issuer should trust when receiving signed JWTs from its clients.
📄️ Get configurations details for a specific Issuer configuration
Retrieves the details of the existing Issuer configuration for the specified `id`.
📄️ Remove an Issuer configuration
Deletes the Issuer configuration for the specified `id`. Before deleting a configuration, be sure no Issuer instances use that configuration, or they will no longer function.
📄️ Update an Issuer configuration's details
Updates (replaces) fields on an Issuer configuration that has the specified `id`. Only fields specified in the request will be updated. Fields not specified in the request are not modified.