Skip to content

Commit 760a244

Browse files
committed
Authentication information about OCVN and cwa-verification. OCVN only has admin user, cwa-verification needs authentication setup.
1 parent 448c599 commit 760a244

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

jdk_11_maven/em/embedded/rest/cwa-verification/src/main/java/em/embedded/app/coronawarn/verification/EmbeddedEvoMasterController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ public SutInfoDto.OutputFormat getPreferredOutputFormat() {
131131

132132
@Override
133133
public List<AuthenticationDto> getInfoForAuthentication() {
134+
// Onur, it does not have authentication. So, it needs authentication setup.
134135
return null;
135136
}
136137

jdk_8_maven/em/embedded/rest/ocvn/src/main/java/em/embedded/org/devgateway/ocvn/EmbeddedEvoMasterController.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,9 @@ public void resetStateOfSUT() {
147147
@Override
148148
public List<AuthenticationDto> getInfoForAuthentication() {
149149
return Arrays.asList(AuthUtils.getForDefaultSpringFormLogin("ADMIN", "admin", "admin"));
150+
151+
// ONUR It has only ADMIN user, no basic user.
152+
150153
}
151154

152155

0 commit comments

Comments
 (0)