Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bolt: weird typos in the "Secrets Management with Vault" docs #1169

Open
ji-podhead opened this issue Jul 28, 2024 · 4 comments
Open

Bolt: weird typos in the "Secrets Management with Vault" docs #1169

ji-podhead opened this issue Jul 28, 2024 · 4 comments
Assignees
Labels
triaged This ticket has been accepted to our backlog and migrated internally

Comments

@ji-podhead
Copy link

ji-podhead commented Jul 28, 2024

https://www.puppet.com/integrations/vault-by-hashicorp
this says:

plugins:
  vault:
    server_url: https://vault.example.com:8200cacert: /path/to/caauth:
      method: tokentoken: xxxxx-xxxxx

i think this should be similar to this:

# /etc/puppetlabs/bolt/bolt-defaults.yaml
plugins:
  aws_inventory:
    credentials: /etc/aws/credentials
  vault:
    server_url: http://example.com
    auth:
      method: token
      token: xxxx-xxxx-xxxx-xxxx

https://www.puppet.com/docs/bolt/latest/configuring_bolt.html

also is there any tutorial/ comprehensive guide on how to start a normal project without docker?
i wanna use puppet along with terraform and github actions. its really hard to get started, nobody on discord can help me and i really asked in almost any devops, k8s and networking channel. I really just dont know how to get started

@joshcooper
Copy link
Contributor

joshcooper commented Jul 29, 2024

@ji-podhead thanks this is a bug in the docs, so I'm going to move this to the puppet-docs repo. About getting help with puppet, join our community slack at https://puppetcommunity.slack.com/

@joshcooper joshcooper transferred this issue from puppetlabs/puppet Jul 29, 2024
@lisarobertson lisarobertson added the triaged This ticket has been accepted to our backlog and migrated internally label Aug 9, 2024
Copy link

github-actions bot commented Aug 9, 2024

Migrated issue to PUPDOC-5683

@davidsandilands
Copy link
Member

@ji-podhead when you say a project do you mean a bolt project which has instructions here https://www.puppet.com/docs/bolt/latest/projects.html

or do you mean more generally Puppet ?

As Josh recommended the Puppet slack community is the best place to find out for many questions

Our community partners at Vox Pupuli have excellent documentation at https://voxpupuli.org/docs/ and our own docs have https://www.puppet.com/docs/puppet/8/developing_code

@davidsandilands davidsandilands self-assigned this Aug 13, 2024
@davidsandilands
Copy link
Member

As the docs affected here are in the integrations section I have assigned myself

@lisarobertson lisarobertson changed the title weird typos in the "Secrets Management with Vault" docs Bolt: weird typos in the "Secrets Management with Vault" docs Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged This ticket has been accepted to our backlog and migrated internally
Projects
None yet
Development

No branches or pull requests

4 participants