Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Fixes #22937
  • Loading branch information
ljacomet committed Feb 17, 2023
1 parent 0128f25 commit 27a3d30
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -968,10 +968,10 @@ Support for these features will be added in later Gradle releases.
The configuration cache has currently no option to hide secrets that are used as inputs.
It means that they end up in the serialized configuration cache entry.

This means that you should:
This means that you should either:

* Either secure access to configuration cache entries that may contain secrets
* Or leverage `<<directory_layout.adoc#dir:gradle_user_home,GRADLE_USER_HOME>>/gradle.properties` for storing secrets.
* Secure access to configuration cache entries that may contain secrets, or
* Leverage `<<directory_layout.adoc#dir:gradle_user_home,GRADLE_USER_HOME>>/gradle.properties` for storing secrets.
The content of that file is not part of the configuration cache, only its fingerprint.
If you store secrets in that file, care must be taken to protect access to the file content.

Expand Down

0 comments on commit 27a3d30

Please sign in to comment.