[
https://issues.apache.org/jira/browse/NIFI-4382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16181637#comment-16181637
]
ASF GitHub Bot commented on NIFI-4382:
--------------------------------------
Github user alopresto commented on the issue:
https://github.com/apache/nifi/pull/2177
@mcgilman the `nifi.properties` values are there; I was looking at the
wrong file. Sorry for that.
I am encountering these checkstyle warnings though (they cause a build
failure):
```
[INFO] --- maven-checkstyle-plugin:2.15:check (check-style) @
nifi-web-security ---
[WARNING]
src/main/java/org/apache/nifi/web/security/knox/KnoxService.java[103] (javadoc)
NonEmptyAtclauseDescription: At-clause should have a non-empty description.
[WARNING]
src/main/java/org/apache/nifi/web/security/knox/KnoxService.java[133] (javadoc)
NonEmptyAtclauseDescription: At-clause should have a non-empty description.
[WARNING]
src/main/java/org/apache/nifi/web/security/knox/KnoxService.java[134] (javadoc)
NonEmptyAtclauseDescription: At-clause should have a non-empty description.
[WARNING]
src/main/java/org/apache/nifi/web/security/knox/KnoxService.java[149] (javadoc)
NonEmptyAtclauseDescription: At-clause should have a non-empty description.
[WARNING]
src/main/java/org/apache/nifi/web/security/knox/KnoxService.java[177] (javadoc)
NonEmptyAtclauseDescription: At-clause should have a non-empty description.
[WARNING]
src/main/java/org/apache/nifi/web/security/knox/KnoxService.java[218] (javadoc)
NonEmptyAtclauseDescription: At-clause should have a non-empty description.
...
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 07:03 min
[INFO] Finished at: 2017-09-26T13:13:37-07:00
[INFO] Final Memory: 269M/2017M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-checkstyle-plugin:2.15:check (check-style) on
project nifi-web-security: You have 6 Checkstyle violations. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR] mvn <goals> -rf :nifi-web-security
```
> Add KnoxSSO support to NiFi
> ---------------------------
>
> Key: NIFI-4382
> URL: https://issues.apache.org/jira/browse/NIFI-4382
> Project: Apache NiFi
> Issue Type: Bug
> Components: Core Framework
> Reporter: Jeff Storck
> Assignee: Jeff Storck
>
> Add support for KnoxSSO to NiFi.
> Reference documentation:
> http://knox.apache.org/books/knox-0-13-0/dev-guide.html#KnoxSSO+Integration
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)