Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Document] Separating all yaml files with Spring Cloud Bus #131

Closed
ghkdqhrbals opened this issue Oct 14, 2023 · 0 comments · Fixed by #146
Closed

[Document] Separating all yaml files with Spring Cloud Bus #131

ghkdqhrbals opened this issue Oct 14, 2023 · 0 comments · Fixed by #146
Assignees
Labels
theme: documentation Improvements or additions to documentation

Comments

@ghkdqhrbals
Copy link
Owner

ghkdqhrbals commented Oct 14, 2023

Desciprtion

We now manage all configuration files(e.g. .yaml, .env) with Spring Cloud Config Server!

By using rabbitmq bus, actuator, spring config server, our server can listen common configuration files in real time!

Rabbitmq

As shown picture below, rabbitmq is now connected with 5 servers which listen config files.

Image

Since all configuration files can be shown in github, we have to set bi-directional secret key that encrypt important configuration file.

Current encryption only occured in code like {cipher} .... , not response. So if you access to http://43.202.52.177:8888/app/dev, you can see plain configurations even if its configuration file is encrpyted. lol

So I'm looking for a way to complement this.

@ghkdqhrbals ghkdqhrbals added the theme: documentation Improvements or additions to documentation label Oct 14, 2023
@ghkdqhrbals ghkdqhrbals self-assigned this Oct 14, 2023
ghkdqhrbals added a commit that referenced this issue Oct 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: documentation Improvements or additions to documentation
Projects
Development

Successfully merging a pull request may close this issue.

1 participant