Add the durable multi-authority realm, scoped default-deny authorization, approval and break-glass workflows, auditor views and disclosure policy. Enforce all administration through the transport-neutral secured operation gateway while preserving immutable PKI authority and future HTTP reuse.
15 lines
390 B
Groovy
15 lines
390 B
Groovy
pluginManagement {
|
|
plugins {
|
|
id 'com.palantir.git-version' version '4.0.0' // Define the plugin version globally
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
// Apply the foojay-resolver plugin to allow automatic download of JDKs
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '1.0.0'
|
|
}
|
|
|
|
rootProject.name = 'ZeroEcho'
|
|
|
|
include('app', 'ext', 'lib', 'pki', 'pki-server', 'samples')
|