We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9a1845 commit f9345a4Copy full SHA for f9345a4
2 files changed
authorizer/pom.xml
@@ -142,6 +142,7 @@
142
</plugin>
143
</plugins>
144
</pluginManagement>
145
+ <finalName>${project.artifactId}</finalName>
146
</build>
147
148
<reporting>
test-env/compose.yaml
@@ -38,7 +38,7 @@ services:
38
volumes:
39
- ./certs/localhost/:/opt/certs/
40
- ./authorizers-opa.xml:/opt/opa/authorizers-opa.xml
41
- - ../authorizer/target/opa-authorizer-0.0.1.nar:/opt/nifi/nifi-current/extensions/opa-authorizer-0.0.1.nar
+ - ../authorizer/target/opa-authorizer.nar:/opt/nifi/nifi-current/extensions/opa-authorizer.nar
42
environment:
43
AUTH: ldap
44
KEYSTORE_PATH: /opt/certs/keystore.jks
0 commit comments