1. 08 Apr, 2021 3 commits
  2. 04 Apr, 2021 1 commit
  3. 30 Mar, 2021 2 commits
  4. 29 Mar, 2021 2 commits
    • neil's avatar
      Merge pull request #3463 from c35sys/patch-1 · e0d2fa98
      neil authored
      Use 'vault kv put' instead of 'vault write'
      e0d2fa98
    • Christophe Le Guern's avatar
      Use 'vault kv put' instead of 'vault write' · cc90f834
      Christophe Le Guern authored
      When using vault_cli with a kv2 path, it isn't working. I have the following error:
      ```
      WARNING! The following warnings were returned from Vault:                                                                                                                                                                                     
                                                                                                                                                                                                                                                    
        * Invalid path for a versioned K/V secrets engine. See the API docs for the                                                                                                                                                                 
        appropriate API endpoints to use. If using the Vault CLI, use 'vault kv put'                                                                                                                                                                
        for this operation.                                                                                                                                                                                                                         
      ```
      The new way to write data  is to use `vault kv put`, it is compatible with kv1 and kv2.
      Ref: https://www.vaultproject.io/docs/commands#reading-and-writing-data
      ```
      The original version of K/V used the common read and write operations. A more advanced K/V Version 2 engine was released in Vault 0.10 and introduced the kv get and kv put commands.
      ```
      cc90f834
  5. 27 Mar, 2021 1 commit
  6. 26 Mar, 2021 1 commit
  7. 24 Mar, 2021 2 commits
  8. 23 Mar, 2021 1 commit
  9. 21 Mar, 2021 1 commit
  10. 14 Mar, 2021 3 commits
  11. 13 Mar, 2021 5 commits
  12. 11 Mar, 2021 2 commits
  13. 10 Mar, 2021 4 commits
  14. 04 Mar, 2021 2 commits
  15. 01 Mar, 2021 1 commit
  16. 27 Feb, 2021 1 commit
  17. 26 Feb, 2021 2 commits
  18. 24 Feb, 2021 4 commits
  19. 23 Feb, 2021 1 commit
  20. 20 Feb, 2021 1 commit
    • czeming's avatar
      Update dns_dp.sh · 17f5e557
      czeming authored
      没有encode中文字符会导致提交失败
      17f5e557