Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vitamui-pr-pastis
Manage
Activity
Members
Labels
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dad
vitamui-pr-pastis
Commits
3f12d7a8
Commit
3f12d7a8
authored
4 years ago
by
Jérôme LELEU
Committed by
Makhtar DIAGNE
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
clean Spring config and open management endpoints
parent
fad4be37
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Feature/design/1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
cas/cas-server/src/main/config/cas-server-application-dev.yml
+2
-7
2 additions, 7 deletions
...cas-server/src/main/config/cas-server-application-dev.yml
cas/cas-server/src/main/config/cas-server-application-recette.yml
+2
-7
2 additions, 7 deletions
...server/src/main/config/cas-server-application-recette.yml
with
4 additions
and
14 deletions
cas/cas-server/src/main/config/cas-server-application-dev.yml
+
2
−
7
View file @
3f12d7a8
spring
:
main
:
allow-bean-definition-overriding
:
true
cloud
:
consul
:
#disabled for dev
enabled
:
false
...
...
@@ -109,11 +107,8 @@ cas:
management.endpoints.enabled-by-default
:
true
#cas.monitor.endpoints.sensitive: false
#cas.monitor.endpoints.enabled: true
#management.metrics.export.prometheus.sensitive: false
#management.metrics.export.prometheus.enabled: true
cas.monitor.endpoints.endpoint.defaults.access[0]
:
ANONYMOUS
management.endpoints.web.exposure.include
:
'
*'
cas.monitor.endpoints.endpoint.defaults.access[0]
:
PERMIT
# for SMS:
...
...
This diff is collapsed.
Click to expand it.
cas/cas-server/src/main/config/cas-server-application-recette.yml
+
2
−
7
View file @
3f12d7a8
spring
:
main
:
allow-bean-definition-overriding
:
true
cloud
:
consul
:
#disabled for dev
enabled
:
false
...
...
@@ -110,11 +108,8 @@ cas:
management.endpoints.enabled-by-default
:
true
#cas.monitor.endpoints.sensitive: false
#cas.monitor.endpoints.enabled: true
#management.metrics.export.prometheus.sensitive: false
#management.metrics.export.prometheus.enabled: true
cas.monitor.endpoints.endpoint.defaults.access[0]
:
ANONYMOUS
management.endpoints.web.exposure.include
:
'
*'
cas.monitor.endpoints.endpoint.defaults.access[0]
:
PERMIT
# for SMS:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment