-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Trying to reverse engineer the script setup.sh to understand how to use this plugin, I discovered mutiple commands wrong.
-
notation key removeshould benotation key delete -
notation cert removeshould benotation cert delete -
notation key add --name $keyName --plugin azure-kv --id $keyID --kmsshould benotation key add --plugin azure-kv --id $keyID $keyName -
notation cert add --name $keyName --plugin azure-kv --id $keyID --kmsis not usable at all... The cert should be a local PEM imported.
Could eventualy be :
az keyvault certificate download --encoding PEM --name $keyName --vault-name $keyVaultName --file tmpcert.pem
notation cert add --store test --type signingAuthority tmpcert.pem
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working