Overview
This guide covers user-facing Key Manager issues. For platform-level issues such as backend connectivity failures or CA plugin errors, see the Admin Troubleshooting guide.Common Issues
Secret creation returns 403 Forbidden
Secret creation returns 403 Forbidden
Cause: The current user’s role does not include the Key Manager creator policy.Diagnosis:Resolution: Verify your project role assignment includes
Check role assignments
member or a custom
role with Key Manager create permissions. Contact your administrator to assign the
appropriate role.Cannot retrieve secret payload
Cannot retrieve secret payload
Cause: The secret has an ACL that does not include your user, or the secret
belongs to a different project.Diagnosis:Resolution: If your user is not listed and project access is disabled, request
ACL modification from the secret owner or an administrator.
Show secret ACL
Get your user ID for ACL comparison
Load Balancer rejects the TLS container
Load Balancer rejects the TLS container
Cause: The certificate container is missing the private key reference, the
certificate is expired, or the certificate does not match the private key.Diagnosis:Confirm both Resolution:
Verify container contents
certificate and private_key references are present.Check certificate expiry
Verify cert/key pair match
- If the container is missing the private key, delete and recreate it with both secrets
- If the certificate is expired, store a renewed certificate and create a new container
- If the cert/key pair do not match, verify you are using the correct private key file
Secret expired — access returns 404
Secret expired — access returns 404
Cause: The secret was created with an expiration date that has passed. Expired
secrets are deleted automatically.Resolution: Create a new secret with the updated payload. If the secret is
referenced by containers or services (e.g., Load Balancer), update each reference
to point to the new secret or container.
Order returns error — certificate issuance failed
Order returns error — certificate issuance failed
Cause: The CA plugin is unreachable, the subject DN contains invalid fields, or
the requested algorithm is not supported by the configured CA.Diagnosis:Review the
Show order error detail
error_status_code and error_reason fields.Resolution: Contact your platform administrator to verify CA plugin configuration
and network connectivity. See the Admin Troubleshooting
guide for CA plugin diagnostics.Diagnostic Commands
Next Steps
Admin Troubleshooting
Platform-level issues — backend failures, CA plugin errors, ACL propagation
ACL
Review and update access control lists on secrets
Certificates
Renew and replace expired certificates
Store Secrets
Create replacement secrets after expiration