# # # add_dir "tests/policy-keys" # # add_file "tests/policy-keys/__driver__.lua" # content [d30f2f74c920aab4ef1ce7bc5bd942326a18500c] # ============================================================ --- tests/policy-keys/__driver__.lua d30f2f74c920aab4ef1ce7bc5bd942326a18500c +++ tests/policy-keys/__driver__.lua d30f2f74c920aab4ef1ce7bc5bd942326a18500c @@ -0,0 +1,11 @@ +mtn_setup() + +check(false) + +-- this is a placeholder + +-- test that keys are handled properly: +-- * naming keys by ID always works +-- * naming keys by given name only work if we have the private key +-- * local name comes only from policy +-- + should this name be prefixed with the policy path?