Merge branch 'vancluever-plugin-hostcatalogs-update' of github.com:hashicorp/boundary into vancluever-plugin-hostcatalogs-update

vancluever-hostcatalogsecret-crud
Chris Marchesi 5 years ago
commit 92ef90b2b2
No known key found for this signature in database
GPG Key ID: 8D6F1589D9834498

@ -240,7 +240,7 @@ func (r *Repository) UpdateCatalog(ctx context.Context, c *HostCatalog, version
// Patch the working set with the new attributes.
c.Attributes = newCatalog.Attributes
case strings.EqualFold("secrets", f) && c.Secrets != nil:
case strings.EqualFold("secrets", f):
// While in a similar format, secrets are passed along
// wholesale (for the time being). Don't append this mask
// field, as secrets do not have a database entry. Clear the

Loading…
Cancel
Save