Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Conversation

@klonos
Copy link

@klonos klonos commented Mar 16, 2021

As part of our forklift process, we run this in order to ensure that certain required module are enabled:

drush pm-enable -y govcms_lagoon && drush pmu -y govcms_lagoon

...which results in this:

The following module(s) will be enabled: govcms_lagoon, redis, fast404, lagoon_logs, environment_indicator

The govcms_security module should also be enabled as part of this process.

As part of our forklift process, we run this in order to ensure that certain required module are enabled:

`drush pm-enable -y govcms_lagoon && drush pmu -y govcms_lagoon`

...which results in this:

`The following module(s) will be enabled: govcms_lagoon, redis, fast404, lagoon_logs, environment_indicator`

The govcms_security module should also be enabled as part of this process.
Copy link
Contributor

@pandaskii pandaskii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Love it :)

dependencies[] = clamav
dependencies[] = robotstxt
dependencies[] = lagoon_logs
dependencies[] = govcms_security
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GovCMS D7 is using govcms_account_security, and GovCMS D8&9 is using govcms_security. So maybe we have to update the module name here. Otherwise, it is a good for security :)

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps GovCMS 7 needs a "stub" govcms_security module, which simply has govcms_account_security as a dependency? 🤷

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants