Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CORDA-1915 node rejects CorDapps signed by our dev keys in prod mode #4041

Conversation

szymonsztuka
Copy link
Contributor

@szymonsztuka szymonsztuka commented Oct 5, 2018

Related to Signing CorDapp JARs - Corda node rejects CorDapps signed by our development keys when running in production mode - this is to prevent Cordapps signed by our dev key (will be by default) running in production (node devMode=false).

Full context of this PR described in https://r3-cev.atlassian.net/browse/CORDA-1915

@szymonsztuka szymonsztuka force-pushed the features/CORDA-1915-prod-mode-reject-cordapss-sign-by-our-dev-key branch from 59ff62d to 45166df Compare October 10, 2018 11:01
…development keys when running in production mode - this is to prevent Cordapps signed by our dev key (will be by default) not to run in production
…development keys when running in production mode - unit tests
@szymonsztuka szymonsztuka force-pushed the features/CORDA-1915-prod-mode-reject-cordapss-sign-by-our-dev-key branch from 45166df to d75b509 Compare October 15, 2018 10:36
@r3domfox
Copy link
Contributor

Other than my query above, this all LGTM.

@@ -507,10 +508,12 @@ abstract class AbstractNode<S>(val configuration: NodeConfiguration,
// CorDapp will be generated.
generatedCordapps += VirtualCordapp.generateSimpleNotaryCordapp(versionInfo)
}
val blacklistedCerts = if (configuration.devMode) DEV_CERTIFICATES else emptyList()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I understand correctly, we want to blacklist the DEV_CERTIFICATES if we're not in dev mode? In which case, shouldn't this be if (!configuration.devMode)?

@szymonsztuka szymonsztuka merged commit 7e3aa7f into master Oct 24, 2018
@szymonsztuka szymonsztuka deleted the features/CORDA-1915-prod-mode-reject-cordapss-sign-by-our-dev-key branch October 26, 2018 11:29
roastario pushed a commit to roastario/corda that referenced this pull request Nov 8, 2018
…orda#4041)

Related to CORDA-1915 Signing CorDapp JARs - Corda node rejects CorDapps signed by our development keys when running in production mode. This prevents Cordapps signed by our dev key (by default) running in production (node devMode=false).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants