mirror of https://github.com/harness/drone.git
[fix]: [AH-465]: fixed creation of upstream proxy (#2845)
* [fix]: [AH-465]: fixed creation of upstream proxypull/3576/head
parent
0124832ae7
commit
874f9957ab
|
@ -319,7 +319,6 @@ func (c *APIController) CreateUpstreamProxyEntity(
|
|||
return nil, nil, err
|
||||
}
|
||||
|
||||
upstreamProxyConfigEntity.SecretSpaceID = *res.SecretSpaceId
|
||||
upstreamProxyConfigEntity.SecretIdentifier = *res.SecretIdentifier
|
||||
}
|
||||
return repoEntity, upstreamProxyConfigEntity, nil
|
||||
|
|
Loading…
Reference in New Issue