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
Make optional the need of passing a project when initializing Calm for the first time.
In the previous versions, there was available an initial project called default, but that's not the case anymore and with _internal it cannot be called. If you want to use Calm DSL to just create a bunch of projects with environments as part of the initial setup, you cannot do it until you have created manually a project in the Calm UI first.
The text was updated successfully, but these errors were encountered:
Address:
1. throw warning if more than 1 action supplied for a policy.
2. approvalPolicy helper should return single object. Handle all the
places where it is used
3. removing externalUser completely from the backend
(cherry picked from commit 8c069aa61dde6a74dcbd1e06d0cfb7dbfb9ddd12)
Make optional the need of passing a project when initializing Calm for the first time.
In the previous versions, there was available an initial project called
default
, but that's not the case anymore and with_internal
it cannot be called. If you want to use Calm DSL to just create a bunch of projects with environments as part of the initial setup, you cannot do it until you have created manually a project in the Calm UI first.The text was updated successfully, but these errors were encountered: