HUE-8365 [security] Move the table privilege browser and editor to a separate component
Review Request #13077 — Created June 15, 2018 and submitted
Information | |
---|---|
enricoberti | |
hue | |
master | |
HUE-8365 | |
Reviewers | |
hue | |
jgauthier, johan, ranade, romain, roohi, weixia, yingc |
commit 25794201c0212b1b41d49b8445beb2b4b0695767 Author: Enrico Berti <hello@enricoberti.com> Date: Thu Jun 14 18:31:14 2018 +0200 HUE-8365 [security] Move the table privilege browser and editor to a separate component :100644 100644 108d5a1138... b8cea8ece1... M apps/security/src/security/templates/hive.mako :100644 100644 86c8d229f6... 062409b64a... M desktop/core/src/desktop/templates/ko_components.mako :000000 100644 0000000000... 4b4f686657... A desktop/core/src/desktop/templates/ko_components/ko_sentry_privileges.mako
Manual on Chrome
Callable with data-bind="component: { name: 'hue-sentry-privileges', params: {isSentryAdmin: true, readOnly: true, server: 'server1', path: 'xxx.yyy.zzz'}}"
this is the mvp version of it, missing still:
- clean up the security app and re-use this component
- enable the two versions of APIs
- enable filtering
- enable creating a new role