Class EnvironmentEndpointOptions
Inherited Members
Namespace: Steeltoe.Management.Endpoint.Actuators.Environment
Assembly: Steeltoe.Management.Endpoint.dll
Syntax
public sealed class EnvironmentEndpointOptions : EndpointOptions
Properties
| Edit this page View SourceKeysToSanitize
Gets the list of keys to sanitize. A key can be a simple string that the property must end with, or a regular expression. A case-insensitive match is always performed. Use a single-element empty string to disable sanitization. Default value:
[ "password", "secret", "key", "token", ".*credentials.*", "vcap_services" ]
Declaration
public IList<string> KeysToSanitize { get; }
Property Value
Type | Description |
---|---|
IList<System.String> |