Releases: telekom-mms/cmcc-operator
Allow non-language URLs when using onlylang ingress generator
Previously, any URL not mapped to a language would be passed to the CAE with just /blueprint/servlet prepended. This meant that the CAE had no idea which site to map this request to.
Now, such URLs are mapped to the primary site for that hostname, i.e. /blueprint/servlet/corporate-de-de is prepended, so that example.com/foo is handled the same as example.com/de/foo.
cmcc-v1.12.3
CoreMedia Content Cloud through cmcc-operator
cmcc-operator-v1.12.3
Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Use default authdb when connecting to MongoDB
Previously, the connection string always had the target databases specified as the defaultauthdb
(the last part of the connection string). Older versions of the MongoDB driver ignored this, and the authentication was performed against the admin db. With the current version of the Java drive, the field is honored, and the authentication fails, as there are no authentication object in the target database.
Now, no defaultauthdb
is specified, and the authentication is performed against the server default.
cmcc-v1.12.2
CoreMedia Content Cloud through cmcc-operator
cmcc-operator-v1.12.2
Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Add automountServiceAccountToken to values.yaml
Allow setting automountServiceAccountToken on the pod. The default is ~ (Yaml null), which has the same effect as not specifying it in the pod spec. Kubernetes will take the default from the ServiceAccount in this case.
Note that setting this to false will likely stop the operator from working, unless you can provide some other means for the operator to connect to the Kubernetes API.
cmcc-v1.12.1
CoreMedia Content Cloud through cmcc-operator
cmcc-operator-v1.12.1
Kubernetes Operator to bring up a CoreMedia Content Cloud installation
Run as non-root, read-only filesystem
To improve security, adjust the deployment to run as user 1000. group 1000, and with a read-only root file system.