Gitlab - Argos ALM by PALO IT
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
poc-measure-rest
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Luis Eduardo Oviedo Granados
poc-measure-rest
Commits
afe22776
Commit
afe22776
authored
Aug 16, 2023
by
Julian Pulido
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add vault config
parent
81adccda
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
docker-compose.yml
docker-compose.yml
+6
-0
pom.xml
pom.xml
+4
-0
src/main/resources/application.properties
src/main/resources/application.properties
+3
-0
No files found.
docker-compose.yml
View file @
afe22776
...
...
@@ -46,6 +46,12 @@ services:
-
9092:9092
# Kafka Broker port
networks
:
-
'
kafka'
vault
:
image
:
hashicorp/vault:latest
ports
:
-
"
8200:8200"
environment
:
VAULT_DEV_ROOT_TOKEN_ID
:
'
dev-only-token'
networks
:
kafka
:
...
...
pom.xml
View file @
afe22776
...
...
@@ -64,6 +64,10 @@
<artifactId>
micrometer-registry-prometheus
</artifactId>
<scope>
runtime
</scope>
</dependency>
<dependency>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-starter-vault-config
</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
...
...
src/main/resources/application.properties
View file @
afe22776
...
...
@@ -24,6 +24,9 @@ spring.jackson.visibility.getter=none
spring.jackson.visibility.setter
=
none
spring.jackson.visibility.is-getter
=
none
# Cloud Vault
spring.cloud.vault.enabled
=
false
spring.cloud.function.definition
=
measureConsumer
#Producer
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment