cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

cds xsuaa suddenly requires using 'cds bind' and default-env.json no longer works

pieterjanssens
Active Participant
4,570
ERROR on server start: ❗️
Error: Authentication kind "xsuaa" configured, but no XSUAA instance bound to application. Either bind an IAS instance, or switch to an authentication kind that does not require a binding

I prefer using default-env.json as this allows me to swich cf cli sessions without affecting my developer workspaces...
This happend updating from 7.1.2 --> 7.2.1.

Accepted Solutions (0)

Answers (1)

Answers (1)

martinfrick
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi piejanssens,

are you sure about that? Still works for me...

Martin

pieterjanssens
Active Participant
0 Likes

Perhaps it's due to the way I'm defining/running my profile?

  "cds": {
"requires": {
"cds.xt.SaasProvisioningService": true,
"[local]": {
"cds.xt.SaasProvisioningService": false,
"auth": {
"kind": "xsuaa"
}
},
"cds.xt.DeploymentService": false,
"cds.xt.ModelProviderService": false,
"uaa": {
"kind": "xsuaa"
},
...
}


Starting via "cds watch --profile local"

LuizGomes
Participant
0 Likes
I have the same problem in a Kyma instance, it loads the xusaa data but gives this error.