opentdf / otdfctl

OpenTDF CLI
BSD 3-Clause Clear License
7 stars 1 forks source link

use namespace name instead of uuid for flags #151

Open strantalis opened 4 months ago

strantalis commented 4 months ago

When creating a new attribute I expected the ability to pass in the namespace by name but get the following error.

go run main.go --insecure --log-level debug --host https://nightly.platform.io policy attributes create --name test -s opentdf.io -r ANY_OF -v value1 -v value2

Failed to create attribute: rpc error: code = InvalidArgument desc = invalid input syntax for type uuid

jrschumacher commented 1 month ago

Blocked by https://github.com/opentdf/platform/issues/1300