This is an automated email from the ASF dual-hosted git repository.
madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 12556182b RANGER-4587: blog: dynamic expressions - fixed attributes
details for USER expression
12556182b is described below
commit 12556182b9f1ab44a48a58095de45197e0a9c1aa
Author: Madhan Neethiraj <[email protected]>
AuthorDate: Mon Mar 24 12:15:02 2025 -0700
RANGER-4587: blog: dynamic expressions - fixed attributes details for USER
expression
---
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"'>"scott"</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"'> "_name":
"scott",</span></p>
+ <p class=MsoSmaller style='line-height:normal'><span lang=EN
style='font-family: "Courier New"'> "allowedSensitiveLevel":
10</span></p>
+ <p class=MsoSmaller style='line-height:normal'><span lang=EN
style='font-family: "Courier New"'>}</span></p>
</td>
</tr>
</table>