mirror of https://github.com/hashicorp/consul
Add writeAuditRPCEvent to agent_oss
parent
1db02a0349
commit
d77784ba51
|
@ -69,3 +69,7 @@ func (a *Agent) AgentEnterpriseMeta() *acl.EnterpriseMeta {
|
||||||
func (a *Agent) registerEntCache() {}
|
func (a *Agent) registerEntCache() {}
|
||||||
|
|
||||||
func (*Agent) fillEnterpriseProxyDataSources(*proxycfg.DataSources) {}
|
func (*Agent) fillEnterpriseProxyDataSources(*proxycfg.DataSources) {}
|
||||||
|
|
||||||
|
func (a *Agent) writeAuditRPCEvent(_ string, _ string) interface{} {
|
||||||
|
return nil
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue