Giter Site home page Giter Site logo

Comments (8)

willwh avatar willwh commented on July 28, 2024 2

@drewmullen pounding on the keyboard too hard, I didn't realize I had created an issue with no detail;)

from ansible-modules-hashivault.

drewmullen avatar drewmullen commented on July 28, 2024

whats the problem

from ansible-modules-hashivault.

drewmullen avatar drewmullen commented on July 28, 2024

kv 2 requires you start using either data/ or metadata/ right after your secret engine. you can find the hashi docs: https://www.vaultproject.io/docs/secrets/kv/kv-v2.html#acl-rules

i had some issues with using this custom plugin too but we found some workarounds. try tinkering with these as examples and lmk what you find: #62

first thing i recommend you try is secret/data/certifications

from ansible-modules-hashivault.

willwh avatar willwh commented on July 28, 2024

Indeed, and that works in some cases, i.e. setting a variable can be done like this:

{{ lookup('hashivault', '/secret/data/certificates/cert1.domain.com', 'data')[\"crt\"] }} // this would fetch the `crt` key's value

The above syntax does not work in jinja templates......

It also looks like hashivault_read and hashivault_list do no work in this situation at all.......

If you've had success, I'd love to hear more about said workarounds. I'm willwh on Freenode IRC if you are there too and want to chat.....

from ansible-modules-hashivault.

willwh avatar willwh commented on July 28, 2024

i.e. the following doesn't produce a list:

tasks:
    - hashivault_list:
        secret: 'secret/data/certificates'
      register: cert_list
      delegate_to: localhost
    - debug:
        var: cert_list

Which based on my provided vault CLI command at the top, I'd expect the module to be able to handle this too.

from ansible-modules-hashivault.

willwh avatar willwh commented on July 28, 2024

I'm just using syntax like this in my jinja templates:

{{ lookup('hashivault', '/secret/data/certificates/STAR.domain.com', 'data')["key"] }}

I don't have time to debug the hashivault_list issue currently, maybe I can get back to that in a week.

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

For true compatibility, sounds like this module needs to use https://hvac.readthedocs.io/en/latest/usage/secrets_engines/kv_v2.html

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

Closing as dup #68

from ansible-modules-hashivault.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.