[
https://issues.apache.org/jira/browse/NIFIREG-186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16551371#comment-16551371
]
ASF GitHub Bot commented on NIFIREG-186:
----------------------------------------
Github user scottyaslan commented on a diff in the pull request:
https://github.com/apache/nifi-registry/pull/131#discussion_r204182456
--- Diff:
nifi-registry-web-ui/src/main/webapp/services/nf-registry.service.js ---
@@ -37,8 +37,14 @@ var rxjs = require('rxjs/Observable');
function NfRegistryService(nfRegistryApi, nfStorage, tdDataTableService,
router, fdsDialogService, fdsSnackBarService) {
var self = this;
this.registry = {
- name: "NiFi Registry"
+ name: "NiFi Registry",
+ // Config is updated later by calling the /config API.
+ config: {}
};
+ nfRegistryApi.getRegistryConfig().subscribe(function (registryConfig) {
--- End diff --
Please move this call to getRegistryConfig to
https://github.com/apache/nifi-registry/blob/master/nifi-registry-web-ui/src/main/webapp/nf-registry.js#L56
> Create Authorizer implementation that uses Apache Ranger
> --------------------------------------------------------
>
> Key: NIFIREG-186
> URL: https://issues.apache.org/jira/browse/NIFIREG-186
> Project: NiFi Registry
> Issue Type: Improvement
> Reporter: Koji Kawamura
> Assignee: Koji Kawamura
> Priority: Major
>
> In addition to the standard file-based Authorizer, we should provide an
> Authorizer implementation that uses Apache Ranger, so that users implement
> centralized authorization against both NiFi and NiFi Registry.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)