Giter Site home page Giter Site logo

Comments (13)

TerryHowe avatar TerryHowe commented on July 28, 2024

I could use a pip list, environment you are working in, what command you are running and the output

from ansible-modules-hashivault.

seeder avatar seeder commented on July 28, 2024

We have used this construct :

  hashivault_write:
    token: "{{vault_pki_token}}"
    url: "{{vault_pki_url}}"
    secret: "/{{vault_pki_path}}/issue/{{vault_pki_role}}"
    data: "{{vault_pki_issue_}}"
  register: vault_pki_issue_result
  run_once: yes

and inside vault_pki_issue_result was data with certificate and key now there is only msg. :(

in data is {"cn": "our-lovely-cn.com"}

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

And the message is?

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

I also need the version of ansible-module-hashivault you are running

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

it may be that leading '/' on your secret name. Is that secret on the mount point /secret or /{{vault_pki_path}}?

from ansible-modules-hashivault.

seeder avatar seeder commented on July 28, 2024

What gets returned is { "changed": true, "msg": "Secret /devops-pki/issue/config-uksouth-staging written", "rc": 0 }

vault_pki_path is a path to mounted PKI backed https://www.vaultproject.io/docs/secrets/pki/index.html

from ansible-modules-hashivault.

seeder avatar seeder commented on July 28, 2024

Tried with latest version from this repo also using hvac 0.2.16

from ansible-modules-hashivault.

seeder avatar seeder commented on July 28, 2024

btw we actually have forked your repo and made improvements to previous version.

So it looks like this functionality was never in your version https://github.com/generiklimited/ansible-modules-hashivault , sorry!

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

I'm not following on what the problem is with { "changed": true, "msg": "Secret /devops-pki/issue/config-uksouth-staging written", "rc": 0 } is that the incorrect mount point?

There was a change around 2.9 where if the secret name starts with / it is assumed absolute path meaning you are specifying the mount point. It doesn't assume that the mount point ins /secret anymore. I assume this is what you are seeing.

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

If you have any more PRs, that'd probably make life easier for both of us.

from ansible-modules-hashivault.

seeder avatar seeder commented on July 28, 2024

Mount point is correct, however, client.write returns data from vault response, and it is required for use with PKI. ( as when you write to pki/issue/role it returns the certificate and key )

I will write the patch it requires for your latest version when I get a spare time.

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

https://pypi.python.org/pypi/ansible-modules-hashivault/2.10.0 new release should have what you want

from ansible-modules-hashivault.

TerryHowe avatar TerryHowe commented on July 28, 2024

I'm going to close this out, if you have something else, reopen or make a new issue, thanks for the PR!

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.