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
I think it would be nice to automatically include the configured external_hostname & s3_cdn_url in the CORS origin (cors_origin).
Currently, cors_origin is configurable so we can set that to include both, but it would be nice if the charm would automatically do this for us. This reduces the chance of human error where updating the other settings would make it less of an issue or miss updating cors_origin.
For external_hostname, I think it would need to take into account force_https to see if it should add https:// or just http://.
For s3_cdn_url, it would add it as is.
The text was updated successfully, but these errors were encountered:
Enhancement Proposal
Hi,
I think it would be nice to automatically include the configured
external_hostname
&s3_cdn_url
in the CORS origin (cors_origin
).Currently,
cors_origin
is configurable so we can set that to include both, but it would be nice if the charm would automatically do this for us. This reduces the chance of human error where updating the other settings would make it less of an issue or miss updatingcors_origin
.For
external_hostname
, I think it would need to take into accountforce_https
to see if it should addhttps://
or justhttp://
.For
s3_cdn_url
, it would add it as is.The text was updated successfully, but these errors were encountered: