jhipster-gateway

How to encrypt Jasypt.encryptor.pasword property while using in Jhipster registry App's configuration file

你说的曾经没有我的故事 提交于 2020-08-25 09:19:38
问题 I am using JHipster registry APP and used local encryption by using Jasypt library to encrypt username and password from a centralized configuration for all micro-services. While doing this I observed the moment I try to encrypt default username and password (admin/admin) ,encrypted as mentioned below in the central-config folder , I have configured gateway.yml ( central configuration file for all micro-services common configurations) spring: datasource: type: com.zaxxer.hikari