Add specification for certificate_identity field for cross-cluster ap…#5424
Add specification for certificate_identity field for cross-cluster ap…#5424gmjehovich wants to merge 3 commits intoelastic:mainfrom
Conversation
|
Wondering if I need to make a new separate CertificateIdentity type, or if keeping it as string like I have now is fine. Also, I didn't add anything to the query spec- Are we going to support querying by cert_identity? Finally, I didn't include the Serverless availability tag, is this correct? |
|
Thank you for this! Can you please open this from a branch to ensure CI runs? As mentioned in CONTRIBUTING.md.
If it's an enum, it would make sense to add a type. Can you please link to the corresponding Elasticsearch PR so that I can look?
What is the "query spec"?
If it's not meant for serverless than yes it is correct! |
Since this can be any string (a regex) I think keeping it as String makes sense. @pquentin this is the PR: elastic/elasticsearch#134604
No, we should not support that yet so makes sense to leave that out.
Yes, that's correct. We currently do not support this in serverless |
|
Closing. Opened new PR from a branch instead of a fork: #5446 |
Add certificate_identity field to API key specs
Updates TypeScript specs for create/update cross-cluster API key endpoints and ApiKey response type to include certificate_identity field.