Enabling multi-tenancy for fission objects. (#655)
This feature allows creation of fission objects in different namespaces, in addition to retaining the existing behavior of creating fission objects in default namespace if user doesnt provide one. It also removes cluster admin roles for fission-fetcher and fission-builder Service Accounts and grants them only those privileges that they need.
This commit is contained in:
@@ -57,6 +57,7 @@ func MakeWebhookPublisher(baseUrl string) *WebhookPublisher {
|
||||
}
|
||||
|
||||
func (p *WebhookPublisher) Publish(body string, headers map[string]string, target string) {
|
||||
// serializing the request gives user a guarantee that the request is sent in sequence order
|
||||
p.requestChannel <- &publishRequest{
|
||||
body: body,
|
||||
headers: headers,
|
||||
|
||||
Reference in New Issue
Block a user