This commit is contained in:
Igor I
2025-02-26 09:12:45 +05:00
parent 3d13a2e010
commit fbdeb8b36d
7 changed files with 171 additions and 3 deletions

11
org_ccalm_jwt_vault.yml Normal file
View File

@ -0,0 +1,11 @@
spring:
application:
name: org-ccalm-jwt
cloud:
vault:
uri: http://localhost:8200 # URL твоего Vault
token: my-root-token # Токен доступа (лучше подгружать из ENV)
kv:
enabled: true
backend: secret # Название backend (например, `secret/` в Vault)
default-context: application