Curious about the future of data-driven systems? Join our Data Engineering roundtable and learn how to build scalable data platforms.
Data Engineering: The industry has come a long way from organizing unstructured data to adopting today's modern data pipelines. See how.
Stats
| Reputation: | 390 |
| Pageviews: | 682.0K |
| Articles: | 4 |
| Comments: | 2 |
Comments
May 29, 2019 · Sovan Misra
Thanks for the feedback...
JWT encodes the data but it is digital ly signed with a secret. So anything that changes the encoded strings will be dected and marked as invalid.
In one point, I did mentioned that JWT token should not contain any sensitive information. More info: this can be easily seen in any JWT decoder websites. Thanks!!
Sep 09, 2018 · Sovan Misra
Only adding a new environment requires a rebuild as there is a code change that needs to be done. Otherwise CI will take the code from one branch (right?) and the config bean would be created for the environment. Also, specific to the question, this can be acheived by "Setting a system level arguement for each environment" or "Overriding the properties using run comand". We can also consider moving the properties to external cloud using "Spring Cloud Config".