You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'auto-approve' flag validation must move to the corresponding plugin method.
'MANUAL_REVIEW_REQUIRED' means the CSP must then review it once manually.
The default implementation for now can be -> if auto-approve is true, return APPROVED; otherwise return MANUAL_REVIEW_REQUIRED.
Method - prepareServiceTemplate
Add interface method -> prepareServiceTemplate -> returns void. This method will then run necessary preparation steps in the CSP's infrastructure (Eg., configure API GW, configure IAM, etc)
When the validateServiceTemplate returns APPROVED or the CSP's review method approve's the service, then call the prepareServiceTemplate in the corresponding plugin.
Default implementation just returns.
The text was updated successfully, but these errors were encountered:
When service templates are registered or updated, we must allow CSP plugins to automate checks wherever necessary.
Method - validateServiceTemplate
Method - prepareServiceTemplate
The text was updated successfully, but these errors were encountered: