Skip to content

Updating password should be done in provision task #879

@pun-ky

Description

@pun-ky

https://github.com/wttech/gradle-aem-plugin/blob/master/src/main/kotlin/com/cognifide/gradle/aem/common/instance/LocalInstance.kt#L308

the side effect possible is that when calling instanceUp task is implemented as starting systemd service, then when instance is already up then there is no effective trigger that will cause updating password.

as a workaround now AEM instance need to be manually restarted in such case or additional instanceUp gradle task call need to be run to have desired password set up.

to be implemented as provisioner built-in step or explicitly defined

provisioner { updateAdminPassword() }

reported by @krzysztofadamowski

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions