Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0975fea
Issue #1186 html tags are not working in hugo
fabio-rizzo-01 Apr 15, 2025
c7b4e7a
Merge pull request #2 from O555537_jpmcgb/init2
fabio-rizzo-01 Apr 16, 2025
b4f102f
Merge branch 'apache:main' into private-main
fabio-rizzo-01 Apr 16, 2025
545b84b
Update the link to OpenAPI in the documentation (#1379)
jbonofre Apr 16, 2025
7425e65
Integration test for Spark Client (#1349)
gh-yzou Apr 17, 2025
af447f2
main: Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v…
renovate-bot Apr 17, 2025
33ea06b
Add generic table documentations (#1374)
gfakbar20 Apr 17, 2025
d52854e
Unblock test `listNamespacesWithEmptyNamespace` (#1289)
liamzwbao Apr 17, 2025
fa791aa
Revamp the Quick Start page (#1367)
adnanhemani Apr 17, 2025
0e39635
Update README with links to new Quickstart experience (#1393)
adnanhemani Apr 17, 2025
269b0e2
Update the StorageConfiguration to invoke singleton client objects, a…
nssalian Apr 17, 2025
be326a3
Spark: Add rest table operations (drop, list, purge and rename etc) f…
gh-yzou Apr 18, 2025
d61edd4
Initial MVP implementation of Catalog Federation to remote Iceberg RE…
dennishuo Apr 18, 2025
87d735b
Add Adnan and Neelesh to collaborators list (#1396)
flyrain Apr 18, 2025
9a3cdaf
Replace authentication filters with Quarkus Security (#1373)
adutra Apr 18, 2025
683bdb7
Implement PolicyCatalogHandler and Add Policy Privileges Stage 1: CRU…
HonahX Apr 18, 2025
3bffc73
Remove CallContext.getAuthenticatedPrincipal() (#1400)
adutra Apr 18, 2025
349f422
main: Update dependency info.picocli:picocli-codegen to v4.7.7 (#1408)
renovate-bot Apr 19, 2025
c1330ea
main: Update dependency com.google.errorprone:error_prone_core to v2.…
renovate-bot Apr 19, 2025
bc1738e
Add Polaris Community Meeting 2025-04-17 (#1409)
jbonofre Apr 20, 2025
8e9a669
main: Update dependency boto3 to v1.37.37 (#1412)
renovate-bot Apr 21, 2025
3d50e50
EclipseLink: add PrimaryKey to policy mapping records JPA model (#1403)
HonahX Apr 21, 2025
089becd
Re-instate dependencies between Docker Compose services (#1407)
adnanhemani Apr 21, 2025
b103ff4
Do not rotate bootstrapped root credentials (#1414)
adutra Apr 21, 2025
c45d53a
Add Getting Started Button to the Apache Polaris Webshite Homepage (#…
adnanhemani Apr 21, 2025
4ca7695
Core: change to return ApplicablePolicies (#1415)
HonahX Apr 21, 2025
f8c6ee5
Rename the Snapshot Retention policy (#1284)
flyrain Apr 22, 2025
7deab1a
main: Update dependency com.adobe.testing:s3mock-testcontainers to v4…
renovate-bot Apr 22, 2025
41777b5
rename snapshotRetention to snashotExpiry (#1420)
HonahX Apr 22, 2025
c5bec9e
Issue #1186 html tags are not working in hugo, deleted extra spaces
fabio-rizzo-01 Apr 22, 2025
2407351
Issue #1186 html tags are not working in hugo
fabio-rizzo-01 Apr 15, 2025
0770297
Issue #1186 html tags are not working in hugo, deleted extra spaces
fabio-rizzo-01 Apr 22, 2025
78e5871
Merge branch 'apache:main' into private-main
fabio-rizzo-01 Apr 22, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions site/content/in-dev/unreleased/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ principal roles. Likewise, a principal role can be granted to one or more catalo
The following table displays examples of catalog roles that you might
configure in Polaris:

| Example Catalog role | Description |
| -----------------------| ----------- |
| Catalog administrators | A role that has been granted multiple privileges to emulate full access to the catalog.<br /><br />Principal roles that have been granted this role are permitted to create, alter, read, write, and drop tables in the catalog. |
| Catalog readers | A role that has been granted read-only privileges to tables in the catalog.<br /><br />Principal roles that have been granted this role are allowed to read from tables in the catalog. |
| Catalog contributor | A role that has been granted read and write access privileges to all tables that belong to the catalog.<br /><br />Principal roles that have been granted this role are allowed to perform read and write operations on tables in the catalog. |
| Example Catalog role | Description|
| -----------------------|-----------|
| Catalog administrators | A role that has been granted multiple privileges to emulate full access to the catalog. <br/>Principal roles that have been granted this role are permitted to create, alter, read, write, and drop tables in the catalog. |
| Catalog readers | A role that has been granted read-only privileges to tables in the catalog. <br/>Principal roles that have been granted this role are allowed to read from tables in the catalog. |
| Catalog contributor | A role that has been granted read and write access privileges to all tables that belong to the catalog. <br/>Principal roles that have been granted this role are allowed to perform read and write operations on tables in the catalog. |

## RBAC model

Expand Down
6 changes: 4 additions & 2 deletions site/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ menu:

- name: "Downloads"
identifier: "downloads"
url: "/downloads"
url: "/downloads"
weight: 200

- name: "Community"
Expand Down Expand Up @@ -236,6 +236,9 @@ markup:
noHl: false
style: 'monokai'
tabWidth: 4
goldmark:
renderer:
unsafe: true
Comment on lines +239 to +241
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine with this change. But I'd still prefer to avoid using html tag if possible in markdown.


security:
exec:
Expand All @@ -255,4 +258,3 @@ privacy:
simple: true
youtube:
privacyEnhanced: true