aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-20Merge "Add tests"Sébastien Determe1-0/+96
2020-01-20Merge "Sonar fixes"Xue Gao4-107/+158
2020-01-20Add testsxuegao1-0/+96
2020-01-17Sonar fixessebdet4-107/+158
2020-01-17Add fields on microservicesebdet4-15/+54
2020-01-16Fix checkstyle issuesebdet12-648/+74
2020-01-16Merge "Add template and tosca model entities and repositories"Sébastien Determe48-2363/+10689
2020-01-16Add template and tosca model entities and repositoriesnrpandya48-2364/+10690
2020-01-13Update based on commentxuegao1-14/+22
2020-01-09Update policy api urlxuegao2-3/+3
2020-01-07Update based on commentsxuegao6-40/+48
2020-01-07Add button to refresh op policy UIxuegao4-4/+64
2020-01-06Add refresh op policy json apixuegao5-1/+71
2019-12-19Update op policy UIxuegao5-6/+38
2019-12-18Move jsonRepresentationxuegao4-591/+20
2019-12-16Update deploymentParametersxuegao8-73/+336
2019-12-09Merge "Update service object"Sébastien Determe12-47/+102
2019-12-09Update service objectxuegao12-47/+102
2019-12-09Add dcae structuresebdet5-16/+270
2019-11-29Merge ssl passwordxuegao9-23/+294
2019-11-20Merge "Adding View BP template Menu"Sébastien Determe14-163/+864
2019-11-20Merge "Update the alpine version"Sébastien Determe1-1/+1
2019-11-19Merge "Rollback to JDK 11"Sébastien Determe2-3/+5
2019-11-19Update the alpine versionsebdet1-1/+1
2019-11-18Adding View BP template Menudrveerendra14-163/+864
2019-11-18Rollback to JDK 11sebdet2-3/+5
2019-11-18Merge "Create Service object"Sébastien Determe18-46/+1092
2019-11-18Create Service objectxuegao18-46/+1092
2019-11-15Fix naming conventionsebdet4-9/+9
2019-11-15Fix naming conventionsebdet4-1/+1
2019-11-15Fix naming conventionsebdet4-15/+15
2019-11-15Fix naming conventionsebdet5-18/+18
2019-11-13Fix NPM loop issuesebdet2-3/+2
2019-11-08Put npm snapshotsebdet1-2/+2
2019-11-08Update sonar pluginsebdet1-0/+5
2019-11-07Change Oparentsebdet1-1/+1
2019-11-07Merge "Move to JDK 13"Sébastien Determe10-149/+125
2019-11-06Merge "Upgrade the libs"Gervais-Martial Ngueko12-75/+69
2019-11-06Merge "Add Npm repo script"Gervais-Martial Ngueko2-0/+50
2019-11-06Upgrade the libssebdet12-75/+69
2019-11-05Add Npm repo scriptsebdet2-0/+50
2019-11-05Move to JDK 13sebdet10-149/+125
2019-11-04Adding viewToscamodels menudrveerendra10-22/+543
2019-10-25Merge "Reset npm param"Sébastien Determe2-2/+2
2019-10-25Reset npm paramsebdet2-2/+2
2019-10-25Merge "Dump npm config"Sébastien Determe1-1/+1
2019-10-25Merge "Add commands for certif"Sébastien Determe1-1/+34
2019-10-25Dump npm configsebdet1-1/+1
2019-10-25Add commands for certifsebdet1-1/+34
2019-10-24Merge "Add npm repo"Sébastien Determe1-1/+1
er,clamp-sdc-controller In that case, the credentials should be specified in `src/main/resources/clds/clds-users.json`. You might specify you own credential file by redefining the `clamp.config.files.cldsUsers` in `application.properties`. Passwords should be hashed using Bcrypt : ``` # pip3 install --no-cache-dir bcrypt # if you don't have the bcrypt python lib installed, should be done once. # python3 -c 'import bcrypt; print(bcrypt.hashpw("password".encode(), bcrypt.gensalt(rounds=10, prefix=b"2a")))' ``` Default credentials are admin/password and cs0008/password. There is a spring file that disables the AAF and enable the Spring authentication by default. To use it just add --spring.config.name=application-noaaf to the jvm parameters. This file is available by default in the java classpath resource folder.