-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Enable fine-grained permissions in Lakekeeper catalog #224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
80e5174
Fix postgres file permissions
martyngigg fdc11fc
Deploy OpenFGA and enable it in Lakekeeper
martyngigg e8c2bd0
Split up lakekeeper tasks for clarify
martyngigg e48f9bf
Clarify Lakekeeper Keycloak client_id
martyngigg aad3b2a
Set Lakekeeper server admin if supplied.
martyngigg 96a4c78
Put Keycloak on /auth
martyngigg 4b7ece4
Fix realm token caching
martyngigg 09ec221
Add tags to playbook
martyngigg 64930ca
Lakekeeper ERROR log level by default
martyngigg 630a6b4
Create Lakekeeper warehouses.
martyngigg 3cfa432
Switch back the Lakekeeper bootrap Python script
martyngigg 2f65e86
Fix docs for Keycloak path
martyngigg bd93c96
Remove unused ansible variable
martyngigg 36e0c66
Add error handling to Lakekeeper grant assignment
martyngigg f6c1bb9
Further review fixes
martyngigg 836c191
Further review fixes
martyngigg 0d4fd54
Upgrade Lakekeeper
martyngigg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,441 changes: 724 additions & 717 deletions
1,441
infra/ansible/inventories/qa/group_vars/all/vault.yml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| --- | ||
| lakekeeper_bootstrap_log_level: INFO | ||
| lakekeeper_container_name: lakekeeper | ||
| lakekeeper_image: quay.io/lakekeeper/catalog:v0.10.0 | ||
| lakekeeper_bootstrap_log_level: INFO | ||
| lakekeeper_log_level: ERROR | ||
| lakekeeper_image: quay.io/lakekeeper/catalog:v0.11.2 | ||
| lakekeeper_http_port: 8181 | ||
| lakekeeper_working_dir: /var/lakekeeper |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.