Skip to content

Commit

Permalink
Adds missing experimental annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <[email protected]>
  • Loading branch information
DarshitChanpura committed Dec 18, 2024
1 parent b25a9a7 commit eb43578
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* Resource access control for OpenSearch
*
* @opensearch.experimental
* */
*/
public class ResourceService {
private static final Logger log = LogManager.getLogger(ResourceService.class);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,7 @@

/**
* This package defines all default implementations of Resource Sharing and Access Control which will be utilized when security is disabled
*
* @opensearch.experimental
*/
package org.opensearch.accesscontrol.resources.fallback;
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
*/

/**
* This package defines all classes required for Resource Sharing and Access Control
* This package defines all classes required for Resource Sharing and Access Control in OpenSearch
*
* @opensearch.experimental
*/
package org.opensearch.accesscontrol.resources;
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* In clusters, where security plugin is disabled these requests will be pass-through via a No-op implementation.
* There are 3 scope of sharing for a resource: Private, Restricted, Public. To learn more visit <a href="https://github.com/opensearch-project/security/issues/4500">...</a>
* If security plugin is disabled, all resources will be considered public by default.
* TODO: add documentation around "how to use"
* Refer to the sample-resource-plugin introduced <a href="https://github.com/opensearch-project/security/pull/4893">here</a> to understand the usage of this class.
*
* @opensearch.experimental
*/
Expand Down

0 comments on commit eb43578

Please sign in to comment.