Can you please provide any rationale for this feature? What is the expected change when this checkbox is checked?
Why do you want to move the binary to a cold-storage instead of the regular storage? For cost reasons?What would be the impact when the asset was moved to cold-storage? Would it still be...
I agree with Daniel, I have seen a number of projects, where over the years a few hundreds components were created (and used), ending up with 15 different TextImage components. That's a maintenance nightmare and there are many reasons why projects ended up there (that's a topic for a different day)....
Have you worked through https://experienceleague.adobe.com/en/docs/experience-manager-65/content/security/closed-user-groups#authorization-restricting-read-access already?
Hi,
that should be fairly easy with the existing tooling, because you just need to enforce authentication for that access. That means, that every user needs to be authenticated, on the authorization level you need just a simple group ("authenticated user"), where every user is member of.
And then ...
In your opinion what should the factor for the authorization? When you put authorization on the graphql endpoint, you can or cannot execute graphql queries; but you cannot limit that a user can only execute one type of query, but not a different one.
Can't you configure that already on the CI CD pipelines?
"Important metric failure behavior" in https://league.adobe.com/docs/experience-manager-cloud-manager/content/using/pipelines/production-pipelines.html?lang=en#adding-production-pipeline
Hi Lutz,
this feature is available already in AEM CS (since release 12255) . It's dependent on a Feature toggle, but this seemed to be active for all (?) customers already.
Please note, that you already can tail the logfiles via aio cli, please check https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/manage-logs.html?lang=en#logs-through-api.
I don't know what you mean with "instant view" and what your ex...