Skip to content

Commit

Permalink
[Feature] - 모니터링/로깅 시스템 통합 (#633)
Browse files Browse the repository at this point in the history
* chore: dev 환경 톰캣에서 SSL 인증서 제거

* chore: prod loki url 변경

* chore: 깃허브 액션에서 ssl keystore 관련 부분 제거
  • Loading branch information
nak-honest authored Jan 4, 2025
1 parent 4006813 commit 32c16d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Make keystore file
run: echo "${{secrets.SSL_KEYSTORE}}" | base64 --decode > ./src/main/resources/keystore.p12

- name: Gradle Caching
uses: actions/cache@v3
with:
Expand Down
8 changes: 1 addition & 7 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ spring:
hibernate:
ddl-auto: validate

server:
ssl:
key-store-type: PKCS12
key-store-password: ENC(faQYah2QoIaNVRZD9J6/junPRWkc5gaiAs+mEbxDk+I=)
key-store: ENC(7VQCNdI7mXATwc4AiymZoyf3mz9SiskXpLnenpMSFBI=)

security:
jwt:
token:
Expand Down Expand Up @@ -207,4 +201,4 @@ cloud:
origin-storage-path: touroot/

loki:
loki-url: ENC(FHJkwYBoGIuSifQd/92GjnWRS1nvcil2CPFCcWbTicu4rMe/gyFRYzQeqAMCyPkr)
loki-url: ENC(JTagwgNAOqA2l2uOvQQHzQAkmSPLUUDSdloHQp3QIIa9Z9zyTrtcHpdQfwPzjBqC)

0 comments on commit 32c16d0

Please sign in to comment.