From a68fde2bb2b622b2da96628562ad1f2779e29cfd Mon Sep 17 00:00:00 2001 From: Theron Voran Date: Thu, 22 Oct 2020 10:42:42 -0700 Subject: [PATCH] Remove provider_config DisplayAttrs.Value (#141) Since that is treated as the default by the UI, and the default should be empty. --- path_config.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/path_config.go b/path_config.go index ef6f71dd..2fd95718 100644 --- a/path_config.go +++ b/path_config.go @@ -87,11 +87,6 @@ func pathConfig(b *jwtAuthBackend) *framework.Path { Description: "Provider-specific configuration. Optional.", DisplayAttrs: &framework.DisplayAttributes{ Name: "Provider Config", - Value: map[string]interface{}{ - "provider": "gsuite", - "fetch_groups": true, - "gsuite_service_account": "ey4921...", - }, }, }, },