2024 Apr 25 11:48 AM - edited 2024 Apr 25 12:00 PM
I have a MTA app(lets say uaatest Having standalone app router) which is already deployed to cloud foundry and having XSUAA service(with its xs-security.json contents).
I have developed another MTA app (lets say uaatest2 Having standalone app router), In this i tried using above mentioned XSUAA(which is already used for uaatest). But with xs-security.json file that is specifically referring to my uaatest2.
while deploying to CF i am getting an error saying that "Service broker error: Service broker xsuaa failed with: Could not find xsapp entry for uaatest2!t259732"
this (uaatest2!t259732) is referring to my uaatest2.
Even though i am using same xsuaa service but still i can maintain two different "xsappname" entries in my each xs-security.json file(referring to uaatest and uaatest2) right?
or am i missing something? or please give me an example how to use already available xsuaa to new MTA with its own xs-security.json.
please find attached xs-security.json for reference.
Thanks in advance
Rakesh.
Request clarification before answering.
Each XSUAA instance can support only one 'xsappname' and one 'xs-security.json' configuration. To reuse an existing service instance, specify the instance name in the 'mta.yaml' file for the second application as shown below:
resources:
- name: uaatest-xsuaa-service
type: org.cloudfoundry.managed-service
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.