Skip to content

Commit

Permalink
Comment out feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl committed Jun 19, 2024
1 parent 980c9ef commit b1ffc03
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions serverless/pages/custom-roles.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ description: Create and manage roles that grant privileges within your project.
tags: [ 'serverless', 'Elasticsearch', 'Observability', 'Security' ]
---

<DocIf condition={"((serverlessCustomRoles))" === "false"}>
{/* <DocIf condition={"((serverlessCustomRoles))" === "false"}>
<DocBadgeComingSoon>Coming soon</DocBadgeComingSoon>
</DocIf>
</DocIf> */}

{/* TO-DO: Change feature flag before merging */}
<DocIf condition={"((serverlessCustomRoles))" === "true"}>
{/* <DocIf condition={"((serverlessCustomRoles))" === "true"}> */}
<DocBadge template="technical preview" />
This content applies to: <DocBadge template="elasticsearch" slug="/serverless/elasticsearch/what-is-elasticsearch-serverless" /> <DocBadge template="observability" slug="/serverless/observability/what-is-observability-serverless" /> <DocBadge template="security" slug="/serverless/security/what-is-security-serverless" />

Expand Down Expand Up @@ -105,4 +105,4 @@ As new features are added to ((serverless-full)), roles that use the custom opti

After your roles are set up, the next step to securing access is to assign roles to your users.
Learn more in <DocLink slug="/serverless/general/assign-user-roles" />
</DocIf>
{/* </DocIf> */}

0 comments on commit b1ffc03

Please sign in to comment.