awslabs / aws-saas-boost

AWS SaaS Boost is a ready-to-use toolset that removes the complexity of successfully running SaaS workloads in the AWS cloud.
Apache License 2.0
960 stars 188 forks source link

unable to make service private #357

Closed qwudssd closed 1 year ago

qwudssd commented 1 year ago

the box for 'Publicly accessible?', automatically becomes checked after submit, even if was unchecked before

saas boost branch: the latest version from master

brtrvn commented 1 year ago

Check the service config JSON in Systems Manager Parameter Store. It will be under a key named /saas-boost/${Environment}/app/${ServiceName}/SERVICE_JSON. There will be a property in the JSON public set to true or false. Note that for private services, the path property is ignored.

If your private service has "public": false in the JSON, then this is only a UI bug.