forked from PSMRI/Identity-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Identity API cleanup and password masking
- Loading branch information
1 parent
1cd247c
commit 21b700f
Showing
14 changed files
with
64 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# DataSource settings: set here your own configurations for the database | ||
|
||
spring.datasource.url=jdbc:mysql://10.208.122.32:3306/db_1097_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=0YaEPoKpzM3TrEAHTLYQaf+DfR4mdaeP | ||
encDbPass=V+g/nL6/+ely0bgD7Du0yX83xNRl1H9Y | ||
spring.datasource.url=<Enter AMRIT 1097 DB URL here> | ||
spring.datasource.username=<Enter your AMRIT 1097 DB username> | ||
spring.datasource.password=<Enter your AMRIT 1097 DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# DataSource settings: set here your own configurations for the database | ||
|
||
spring.datasource.url=jdbc:mysql://localhost:3306/db_1097_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=DSekNOtG9a+qythoUDNKuw== | ||
encDbPass=DSekNOtG9a+qythoUDNKuw== | ||
spring.datasource.url=<Enter AMRIT 1097 DB URL here> | ||
spring.datasource.username=<Enter your AMRIT 1097 DB username> | ||
spring.datasource.password=<Enter your AMRIT 1097 DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# DataSource settings: set here your own configurations for the database | ||
|
||
spring.datasource.url=jdbc:mysql://10.208.122.38:3306/db_1097_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=0YaEPoKpzM3TrEAHTLYQaf+DfR4mdaeP | ||
encDbPass=V+g/nL6/+ely0bgD7Du0yX83xNRl1H9Y | ||
spring.datasource.url=<Enter AMRIT 1097 DB URL here> | ||
spring.datasource.username=<Enter your AMRIT 1097 DB username> | ||
spring.datasource.password=<Enter your AMRIT 1097 DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# DataSource settings: set here your own configurations for the database | ||
|
||
spring.datasource.url=jdbc:mysql://172.16.19.43:3306/db_1097_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=0YaEPoKpzM3TrEAHTLYQaf+DfR4mdaeP | ||
encDbPass=V+g/nL6/+ely0bgD7Du0yX83xNRl1H9Y | ||
spring.datasource.url=<Enter AMRIT 1097 DB URL here> | ||
spring.datasource.username=<Enter your AMRIT 1097 DB username> | ||
spring.datasource.password=<Enter your AMRIT 1097 DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# DataSource settings: set here your own configurations for the database | ||
spring.datasource.url=jdbc:mysql://10.208.122.32:3306/db_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=0YaEPoKpzM3TrEAHTLYQaf+DfR4mdaeP | ||
encDbPass=V+g/nL6/+ely0bgD7Du0yX83xNRl1H9Y | ||
spring.datasource.url=<Enter AMRIT DB URL here> | ||
spring.datasource.username=<Enter your AMRIT DB username> | ||
spring.datasource.password=<Enter your AMRIT DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# DataSource settings: set here your own configurations for the database | ||
spring.datasource.url=jdbc:mysql://localhost:3306/db_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=DSekNOtG9a+qythoUDNKuw== | ||
encDbPass=DSekNOtG9a+qythoUDNKuw== | ||
spring.datasource.url=<Enter AMRIT DB URL here> | ||
spring.datasource.username=<Enter your AMRIT DB username> | ||
spring.datasource.password=<Enter your AMRIT DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# DataSource settings: set here your own configurations for the database | ||
spring.datasource.url=<Enter AMRIT DB URL here> | ||
encDbUserName=<Enter your AMRIT DB username> | ||
encDbPass=<Enter your AMRIT DB password> | ||
spring.datasource.username=<Enter your AMRIT DB username> | ||
spring.datasource.password=<Enter your AMRIT DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
# DataSource settings: set here your own configurations for the database | ||
spring.datasource.url=jdbc:mysql://172.16.19.43:3306/db_identity?autoReconnect=true&useSSL=false | ||
encDbUserName=0YaEPoKpzM3TrEAHTLYQaf+DfR4mdaeP | ||
encDbPass=V+g/nL6/+ely0bgD7Du0yX83xNRl1H9Y | ||
spring.datasource.url=<Enter AMRIT DB URL here> | ||
spring.datasource.username=<Enter your AMRIT DB username> | ||
spring.datasource.password=<Enter your AMRIT DB password> | ||
spring.datasource.driver-class-name=com.mysql.jdbc.Driver | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ private ApiInfo metaData() | |
{ | ||
ApiInfoBuilder builder = new ApiInfoBuilder(); | ||
builder.contact(new Contact("AMRIT", "https://psmri.github.io/PSMRI/", "[email protected]")); | ||
builder.description("A microservice for the creation and management of beneficaries."); | ||
builder.description("A microservice for the creation and management of beneficiaries."); | ||
builder.version("1.0"); | ||
builder.title("Identity API"); | ||
return builder.build(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters