Skip to content

Commit 0487a68

Browse files
author
Daniel Mikusa
authored
Disable ProtectApp (#943)
The ProtectApp download site has gone offline. This PR disables ProtectApp. You can re-enable it if you are able to how your own repository for the downloads. Signed-off-by: Daniel Mikusa <[email protected]>
1 parent d6e4447 commit 0487a68

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

config/components.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ frameworks:
6666
- "JavaBuildpack::Framework::MetricWriter"
6767
- "JavaBuildpack::Framework::NewRelicAgent"
6868
- "JavaBuildpack::Framework::PostgresqlJDBC"
69-
- "JavaBuildpack::Framework::ProtectAppSecurityProvider"
7069
- "JavaBuildpack::Framework::RiverbedAppinternalsAgent"
7170
- "JavaBuildpack::Framework::SealightsAgent"
7271
- "JavaBuildpack::Framework::SeekerSecurityProvider"

config/protect_app_security_provider.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
# limitations under the License.
1515

1616
# Configuration for the ProtectApp Security Provider framework
17+
18+
# You must specify a the repository root of an ProtectApp repository. Please see the documentation for more detail.
19+
# e.g. repository_root: "https://example.com/protectapp-installer/"
1720
---
1821
version: 8.+
19-
repository_root: https://files.cf-hsm.io/protectapp-installer
22+
repository_root: ""

0 commit comments

Comments
 (0)