You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically the gist is Play should not enforce the crypto secret being mandatory unless it's actually used. In Lagom's case, the crypto secret is not used.
If relying the fix on Playframework's side, it may occur in Play >= 2.6.8, so a version detection will be necessary as Play <= 2.6.7 will continue to enforce the crypto secret being mandatory.
The text was updated successfully, but these errors were encountered:
Lagom bundle is causing deprecated crypto warning due to the
-Dplay.crypto.secret
system property set in bundle start command:sbt-conductr/src/main/scala/com/lightbend/conductr/sbt/LagomBundlePlugin.scala
Lines 157 to 159 in efe3fb8
Important: before working on this fix, follow up the following Play issue:
playframework/playframework#8075
Basically the gist is Play should not enforce the crypto secret being mandatory unless it's actually used. In Lagom's case, the crypto secret is not used.
If relying the fix on Playframework's side, it may occur in Play
>= 2.6.8
, so a version detection will be necessary as Play<= 2.6.7
will continue to enforce the crypto secret being mandatory.The text was updated successfully, but these errors were encountered: