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

Add govcms_security as a dependency in govcms_lagoon #172

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

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 :)

@@ -8,3 +8,4 @@ dependencies[] = fast_404
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.

2 participants