Skip to content

Spring Cloud Configuration metadata for management.endpoint.env.post.enabled is true but should be false #738

@j-tim

Description

@j-tim

Since #681 the default value of management.endpoint.env.post.enabled is false.

But the (additional) Spring Cloud Configuration Metadata describes the default value is true. This is confusing because so my IDEA 'tells' me the default value is true while it is actually false.

additional-spring-configuration-metadata.json:

{
  "name": "management.endpoint.env.post.enabled",
  "type": "java.lang.Boolean",
  "description": "Enable changing the Environment through a POST to /env.",
  "defaultValue": true
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions