forked from cerc-io/laconicd-deprecated
6b04c0ee5e
* marshal and unmarshal * attributes proto * fix * process attributes and create secondary mappings * get records from attributes * fix * fix lint errors * fix gosec * lower case * go mod tidy * Fix tests * "add search test" * req attributes * grpc tests * fix tests * register interface * fix tests * Remove git diff from test workflows * fix workflow file * fix simulations * fix names and add checks for attributes in tests * Add comment for attribute prefix
12 lines
273 B
YAML
12 lines
273 B
YAML
|
|
record:
|
|
type: ServiceProviderRegistration
|
|
bond_id: madeUpBondID
|
|
laconic_id: madeUpLaconicID
|
|
x500:
|
|
common_name: cerc-io
|
|
organization_unit: xyz
|
|
organization_name: abc
|
|
state_name: california
|
|
country: US
|
|
locality_name: local |