forked from SAP/cloud-security-services-integration-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
23 lines (22 loc) · 797 Bytes
/
manifest.yml
File metadata and controls
23 lines (22 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SPDX-FileCopyrightText: 2018-2023 SAP SE or an SAP affiliate company and Cloud Security Client Java contributors
# SPDX-License-Identifier: Apache-2.0
---
# Configuration:
# configured for EU10. For other landscapes, please adopt LANDSCAPE_APPS_DOMAIN in ../vars.yml
# If the route is occupied, you might need to change ID in ../vars.yml
applications:
# The sample application.
- name: spring-security-hybrid-usage
instances: 1
memory: 896M
routes:
- route: spring-security-hybrid-usage-((ID)).((LANDSCAPE_APPS_DOMAIN))
path: target/spring-security-hybrid-usage.jar
buildpacks:
- java_buildpack
env:
JBP_CONFIG_OPEN_JDK_JRE: '{jre: { version: 17.0.+ }}'
services:
- name: xsuaa-authn
- name: ias-authn
parameters: { "credential-type": "X509_GENERATED" }