Hiya,
Ok so I was going through the Symphony Secrets on SuiteCRM Docs pretty standard,
But after adding the key I get this (I am omitting the Deprecation Notices that come with console
)
# runuser -uapache -- php bin/console secrets:set LDAP_SEARCH_PASSWORD
Please type the secret value:
>
[OK] Sodium keys have been generated at "config/secrets/prod/prod.*.public/private.php".
!
! [CAUTION] DO NOT COMMIT THE DECRYPTION KEY FOR THE PROD ENVIRONMENT⚠️
!
[OK] Secret "LDAP_SEARCH_PASSWORD" encrypted in "config/secrets/prod/"; you can commit it.
// Note that this secret is overridden in the local vault.
Docs only say to proceed with clearing symphony cache.
On Symfony documentation on Secrets also haven’t found references to committing
What exactly is one supposed to commit and how? Thanks.
EDIT:
I forgot to add. running
bin/console cache:clear
returns:
There are no commands defined in the "clear" namespace.