Good Morning Mark,
Thankyou for your response. Yes to everything you suggested. I am now able to seethe version option, however when I attempt to start versioning I receive error "javax.net.ssl.SSLHandshakeException:java.security.cert.CertificateException: No subject alternative names matchingIP address found”. Googlesearch suggest the reason why this fails isbecause the hostname of the target endpoint and the certificate common name (CN in certification Subject does not match). Recommendation is to run the application on the same ‘CN’, as defined in yourcertificates. Is this update required on the Nifi UI or in the NiFi Registryand which file? Thanks!! Karen n -----Original Message----- From: Mark Bean <[email protected]> To: [email protected]; [email protected] Sent: Fri, May 28, 2021 9:33 am Subject: Re: Version Option Not displayed in Process Group The lack of "Version" on the context menu implies the Registry has not been added to your NiFi. Have you added the running NiFi Registry as a client to your NiFi instance? To do so, go to the Global Menu (upper right), choose Controller Settings, and select the Registry Clients tab. Add your registry there. You will also have to ensure the policies on the Registry buckets allow access for you and the server your NiFi is running on. Also, one more comment on your comment of updating the authorizers.xml and users.xml files. It is not recommended to update these files manually. Rather, they are updated by managing users and policies through the UI. Hope that helps get your version control working. -Mark On Thu, May 27, 2021 at 8:29 AM <[email protected]> wrote: Hello, I am running Version 1.9.2 of NiFi app and 0.8.0 of NiFi Registry. I have both active and online, however we had problems with all the icons being grayed out. We were able to resolve this issue by updating the authorizers.xml and users.xml file, now when I attempt to start version, the "version" is not displayed in the dropdown of the Process Group. Is this a policy issue and/or permissions? What do I need to do to resolve this? Thank you, Karen
