• M
    secret: Fix error for private secrets · 54106114
    Martin Kletzander 提交于
    When trying to get the value of a private secret, the code used
    'operation denied' error. That error is specified as a error for
    read-only connections trying to perform denied operation. The
    following error seems more accurate.
    
    To compare the difference:
     - BEFORE
    error: operation secret is private forbidden for read only access
    
     - AFTER
    error: Invalid secret: secret is private
    54106114
secret_driver.c 29.6 KB