-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Missing documentation for security plugin reloadcerts
endpoints
#530
Comments
Duplicate of the issue #535. Please close this one. |
While the request is very similar to issue #535, this contains more context on other missing areas. I'd like the maintainers of this repo to weigh to handle the path forward. |
I decided to close the older issue #535, in favor of this one. |
Remember to assign to Chris. |
@cwillum This issue tracks several other APIs that are missing documentation. Would it make sense to keep this issue open or migrate those other APIs in another issue? |
@peternied Good question. I ran this by the team earlier and the consensus was that it would be better to break the APIs into separate issues. There should be advantages to tracking them separately. |
Gotcha - until we have those issues file could we keep this open, and went we have them all we close this issue? |
Will close this issue again once there are separate issues for the other APIs mentioned above. Those can be referenced back to this issue. |
@hdhalter Could you reference the pull request or other issue are associated with this? |
Sorry, Peter! It's unclear what is left to do on this issue. @cwillum - can you please make notes to indicate what is done and what is left to do? |
@hdhalter @Naarcha-AWS @cwillum should these be added to #424? |
I count eight more issues in need of attention in the list above. The |
@cwillum and @peternied: Moved the table with the other eight APIs to a new issue. Since these are specific to the security plugin and not OpenSearch core, let's avoid adding these to #424. |
@Naarcha-AWS Thanks for creating #887 I'm good to close out this issue |
What is the bug?
The
_opendistro/_security/api/ssl/{certType}/reloadcerts/
API is not documented on https://opensearch.org/docs/latest/security-plugin/index/How can one reproduce the bug?
Look through the security APIs or search opensearch.org for
reloadcerts
, it cannot be foundWhat is the expected behavior?
All APIs for the security plugin should be documented, see some javadocs on that API already https://github.com/opensearch-project/security/blob/565f47e804ec03aeeba02ca8def563b91307fcc7/src/main/java/org/opensearch/security/ssl/rest/SecuritySSLReloadCertsAction.java#L50
Do you have any additional context?
I think this is a tip-of-the-iceberg kind of issue, there are likely many other APIs that are not documented. Quickly checking a subset of the APIs in security with query for BaseRestHandler shows the following gaps:
/_plugins/_security/dashboardsinfo
/_plugins/_security/kibanainfo
/_plugins/_security/whoami
/_opendistro/_security/sslinfo
_opendistro/_security/api/ssl/{certType}/reloadcerts/
/permissionsinfo
/_plugins/_security/authinfo
/_plugins/_security/tenantinfo
/_plugins/_security/configupdate
The text was updated successfully, but these errors were encountered: