-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Issue description
Hello,
I found the following issue, after renaming of jobscheduler instance once, if the old name is reverted back, xs-security.json config can't be applied to xsuaa service.
An example, we renamed ccflex-jobscheduler to jobscheduler and back to ccflex-jobscheduler.
After that the following syntax of xs-security.json does not work.
{
"name": "$XSAPPNAME.JOBSCHEDULER",
"description": "Job Scheduler Scope",
"grant-as-authority-to-apps": [
"$XSSERVICENAME(ccflex-jobscheduler)"
]
}
We repeated the same with another name ccflex-jobs -> ccflex-jobscheduler -> ccflex-jobs
And the error is following:
Error updating application null (Error parsing xs-security.json data: Error reading space ID for service instance 'ccflex-jobs' from cloud controller: '404 Not Found: "{"errors":[{"detail":"Service instance not found","title":"CF-ResourceNotFound","code":10010}]}"')
How can we fix it without deletion of scheduler and recreation of it, since it's time consuming to create all jobs manually?
Feedback Type (Optional)
None
Page Title on SAP Help Portal (prefilled)
What Is SAP Job Scheduling Service?