Skip to content

Commit

Permalink
Merge pull request #13579 from AnuGayan/master-4.4.0
Browse files Browse the repository at this point in the history
Add internal hashing related configs
  • Loading branch information
RakhithaRR authored Oct 19, 2024
2 parents 4533364 + b2e764c commit 7e30840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@
"tenant_mgt.disable_email_domain_validation": true,
"apim.jwt.use_kid_property": true,
"apim.jwt.use_sha256_hash": false,
"apim.hashing.hashing_algorithm": "SHA-256",
"server_configuration": {
"diagnostic_tool_enabled": "true",
"deployment_toml_path": "../conf/deployment.toml",
Expand Down
7 changes: 7 additions & 0 deletions modules/integration/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,12 @@ under the License.
<module>tests-restart</module>
</modules>
</profile>
<profile>
<id>without-benchmark</id>
<modules>
<module>tests-backend</module>
<module>tests-restart</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 7e30840

Please sign in to comment.