Skip to content

Instantly share code, notes, and snippets.

View grnadav's full-sized avatar

Nadav Lavy grnadav

View GitHub Profile
@grnadav
grnadav / audit_data.proto
Created July 4, 2017 07:14
Protobuf representation of IAM AuditData
syntax = "proto3";
package google.iam.v1.logging;
option java_package = "com.google.iam.v1.logging";
option java_multiple_files = true;
// Generated from https://cloud.google.com/iam/reference/rest/v1/AuditData
// Issue to track in case they make the proto public https://github.com/googleapis/googleapis/issues/187
// generate Java code using protoc compiler: protoc audit_data.proto --java_out=.
@grnadav
grnadav / keybase.md
Created October 1, 2014 11:27
keybase.md

Keybase proof

I hereby claim:

  • I am grnadav on github.
  • I am grnadav (https://keybase.io/grnadav) on keybase.
  • I have a public key whose fingerprint is 1453 1061 0FF4 B715 401D F1DD 1EFB B6B1 F8B6 418E

To claim this, I am signing this object:

@grnadav
grnadav / RequireTemplate
Created July 13, 2013 15:07
AMD style, testable templates fetcher
define([
"jquery",
"require",
"handlebars",
"util/Util",
"../../template/CompiledTemplates" // required so to load the pre-compiled templates pushed there during build
], function ($, require, Handlebars, Util, CompiledTemplates) {
/**
* Retrieve template from handlebars file.