This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.7
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.7 by this push:
     new 9aaaff840 RANGER-4587: blog: dynamic expressions - fixed attributes 
details for USER expression
9aaaff840 is described below

commit 9aaaff840ccfb08a736d3069a2d3e2afff6b03fe
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Mon Mar 24 12:15:02 2025 -0700

    RANGER-4587: blog: dynamic expressions - fixed attributes details for USER 
expression
    
    (cherry picked from commit 12556182b9f1ab44a48a58095de45197e0a9c1aa)
---
 docs/src/site/resources/blogs/dynamic_expressions.html | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/src/site/resources/blogs/dynamic_expressions.html 
b/docs/src/site/resources/blogs/dynamic_expressions.html
index e82d278a1..b00962474 100644
--- a/docs/src/site/resources/blogs/dynamic_expressions.html
+++ b/docs/src/site/resources/blogs/dynamic_expressions.html
@@ -552,10 +552,13 @@ <h1>Supported expressions</h1>
                 <p class=MsoNormal style='line-height:normal'><span 
lang=EN>USER</span></p>
               </td>
               <td style='width:275pt;border-top:none;border-left: 
none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt; 
padding:5.0pt 5.0pt 5.0pt 5.0pt'>
-                <p class=MsoNormal style='line-height:normal'><span 
lang=EN>Name of the user</span></p>
+                <p class=MsoNormal style='line-height:normal'><span 
lang=EN>Current user</span></p>
               </td>
               <td style='width:225pt;border-top:none;border-left: 
none;border-bottom:solid black 1.0pt;border-right:solid black 1.0pt; 
padding:5.0pt 5.0pt 5.0pt 5.0pt'>
-                <p class=MsoSmaller style='line-height:normal'><span lang=EN 
style='font-family: "Courier New"'>&quot;scott&quot;</span></p>
+                <p class=MsoSmaller style='line-height:normal'><span lang=EN 
style='font-family: "Courier New"'>{</span></p>
+                <p class=MsoSmaller style='line-height:normal'><span lang=EN 
style='font-family: "Courier New"'> &quot;_name&quot;: 
&quot;scott&quot;,</span></p>
+                <p class=MsoSmaller style='line-height:normal'><span lang=EN 
style='font-family: "Courier New"'> &quot;allowedSensitiveLevel&quot;: 
10</span></p>
+                <p class=MsoSmaller style='line-height:normal'><span lang=EN 
style='font-family: "Courier New"'>}</span></p>
               </td>
             </tr>
           </table>

Reply via email to