We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356ff11 commit e557f96Copy full SHA for e557f96
todo-frontend/pom.xml
@@ -123,6 +123,7 @@
123
<BP_OCI_SOURCE>https://github.com/${env.GITHUB_REPOSITORY}</BP_OCI_SOURCE>
124
<BP_OCI_REVISION>${env.GITHUB_SHA}</BP_OCI_REVISION>
125
<BP_JVM_CDS_ENABLED>true</BP_JVM_CDS_ENABLED>
126
+ <CDS_TRAINING_JAVA_TOOL_OPTIONS>-Dspring.security.oauth2.client.provider.todo-frontend.issuer-uri=https://accounts.google.com</CDS_TRAINING_JAVA_TOOL_OPTIONS>
127
</env>
128
</image>
129
</configuration>
0 commit comments