Sha256: 6ec6b46ccafa8d22b3e49294501a31940c6553288b96d5c70ee88c0ef9e91ad8

Contents?: true

Size: 729 Bytes

Versions: 34

Compression:

Stored size: 729 Bytes

Contents

syntax = "proto3";
package authpb;

import "gogo.proto";

option (gogoproto.marshaler_all) = true;
option (gogoproto.sizer_all) = true;
option (gogoproto.unmarshaler_all) = true;
option (gogoproto.goproto_getters_all) = false;
option (gogoproto.goproto_enum_prefix_all) = false;

// User is a single entry in the bucket authUsers
message User {
  bytes name = 1;
  bytes password = 2;
  repeated string roles = 3;
}

// Permission is a single entity
message Permission {
  enum Type {
    READ = 0;
    WRITE = 1;
    READWRITE = 2;
  }
  Type permType = 1;

  bytes key = 2;
  bytes range_end = 3;
}

// Role is a single entry in the bucket authRoles
message Role {
  bytes name = 1;

  repeated Permission keyPermission = 2;
}

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/etcdv3-0.11.5/lib/etcdv3/protos/auth.proto
etcdv3-0.11.6 lib/etcdv3/protos/auth.proto
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/etcdv3-0.11.5/lib/etcdv3/protos/auth.proto
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/etcdv3-0.11.5/lib/etcdv3/protos/auth.proto
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/etcdv3-0.11.5/lib/etcdv3/protos/auth.proto
etcdv3-0.11.5 lib/etcdv3/protos/auth.proto
etcdv3-0.11.4 lib/etcdv3/protos/auth.proto
etcdv3-0.11.3 lib/etcdv3/protos/auth.proto
etcdv3-0.10.2 lib/etcdv3/protos/auth.proto
etcdv3-0.10.1 lib/etcdv3/protos/auth.proto
etcdv3-0.9.0 lib/etcdv3/protos/auth.proto
etcdv3-0.8.3 lib/etcdv3/protos/auth.proto
etcdv3-0.8.2 lib/etcdv3/protos/auth.proto
etcdv3-0.8.1 lib/etcdv3/protos/auth.proto
etcdv3-0.8.0 lib/etcdv3/protos/auth.proto
etcdv3-0.7.0 lib/etcdv3/protos/auth.proto
etcdv3-0.6.0 lib/etcdv3/protos/auth.proto
etcdv3-0.5.2 lib/etcdv3/protos/auth.proto
etcdv3-0.5.1 lib/etcdv3/protos/auth.proto
etcdv3-0.5.0 lib/etcdv3/protos/auth.proto