Keystore resource creation issue

Created Keystore resource via API call

https://api.enterprise.apigee.com/v1/organizations/{{ORGANIZATION_NAME}}/environments/px/keystores

Added key to the Keystore via API call.

https://api.enterprise.apigee.com/v1/organizations/{{ORGANIZATION_NAME}}/environments/px/keystores/a...

I see the Keystore resource in the UI but the key doesn't show up. I am unable to read the key though key was added with a response code of 204.(https://api.enterprise.apigee.com/v1/organizations/{{ORGANIZATION_NAME}}/environments/px/keystores/apple).

Response:

{ "aliases": [], "certs": [ "test" ], "keys": [], "name": "apple" }

However, I am able to make the traffic HTTPS to the backend service. Is this a known bug?

Please let me know

0 1 55
1 REPLY 1

Not applicable

I have faced the same earlier. The key alias entry is not showing in UI but when I do management api call I see it.

I feel in the api call we missed something, like content type or something not sure. But now when we use the same api call as document, it is showing the keys in edge UI.