[fix]: [AH-465]: fixed creation of upstream proxy (#2845)

* [fix]: [AH-465]: fixed creation of upstream proxy
pull/3576/head
Pragyesh Mishra 2024-10-22 10:18:36 +00:00 committed by Harness
parent 0124832ae7
commit 874f9957ab
1 changed files with 0 additions and 1 deletions

View File

@ -319,7 +319,6 @@ func (c *APIController) CreateUpstreamProxyEntity(
return nil, nil, err
}
upstreamProxyConfigEntity.SecretSpaceID = *res.SecretSpaceId
upstreamProxyConfigEntity.SecretIdentifier = *res.SecretIdentifier
}
return repoEntity, upstreamProxyConfigEntity, nil