Skip to content

Commit

Permalink
Remove provider_config DisplayAttrs.Value (#141)
Browse files Browse the repository at this point in the history
Since that is treated as the default by the UI, and the default should
be empty.
  • Loading branch information
tvoran committed Oct 22, 2020
1 parent 9523642 commit 8b26a64
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions path_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...",
},
},
},
},
Expand Down

0 comments on commit 8b26a64

Please sign in to comment.