cancel
Showing results for 
Search instead for 
Did you mean: 

CAP Project Deployment Error : "restrict_all_services": false in package.json file

sPatil
Participant
0 Kudos
254

Hi Team,

We are facing error while deployment of MTA CAP project. But when we write the below code in package.json file inside cds > requires , then deployment is success without any error.                

      "[production]": {
				"auth": {
					"kind": "xsuaa",
					"restrict_all_services": false
				}
			}

  We wanted to know the significance of above code and what is the possible impact of this code. 

Note: If we remove above code from package.json file (cds > requires) then we are getting error during deployment.

Thanks in advance!

Accepted Solutions (0)

Answers (0)