-
Updated
May 25, 2022 - Go
hashicorp
Here are 731 public repositories matching this topic...
-
Updated
Jun 1, 2022 - Go
-
Updated
May 28, 2022 - JavaScript
-
Updated
May 16, 2022 - HCL
-
Updated
Jun 1, 2022 - JavaScript
-
Updated
Jun 1, 2022 - Python
New Provider Request
Manage secrets from Mac keychain
Details
- URL: https://support.apple.com/en-il/guide/mac-help/mchlf375f392/mac
- Modes: read+write
- GitHub projects: https://github.com/keybase/go-keychain
-
Updated
May 29, 2022 - Go
-
Updated
May 31, 2022 - Go
-
Updated
Mar 28, 2022
-
Updated
Apr 24, 2022 - JavaScript
-
Updated
May 18, 2022 - Go
-
Updated
May 31, 2022 - Jinja
Is your feature request related to a problem? Please describe.
I would like to use digitalocean_spaces_bucket data source. I need endpoint for bucket because S3 API requires just endpoint without bucket name. Just ams3.digitaloceanspaces.com, not my-bucket.ams3.digitalocean.com
Describe the solution you'd like
Get exported attribute endpoint at digitalocean_spaces_bucket res
-
Updated
Apr 1, 2022 - HTML
-
Updated
May 26, 2022 - Java
-
Updated
Jun 1, 2022 - Jinja
-
Updated
May 31, 2022 - HCL
I understand the nomad need to be start/restart as a 'root' user because many operation it runs, needs root privilege.
However as a system admin I would like to harden/limit the scope of 'sudo' access to specific tasks only. As far as I have analyzed the following will need sudo/become/root privilege's:
- handlers/main.yml: restart nomad
- tasks/main.yml: start nomad
- file & template oper
-
Updated
May 15, 2022 - Go
-
Updated
Mar 6, 2022 - HTML
Description
With the changes introduced in #227, Noma API calls for job scaling operations were updated to permit stale reads. We should update the remainder of Nomad API calls for consistency and decreased load on the Nomad Servers.
-
Updated
Mar 8, 2020 - Go
Improve this page
Add a description, image, and links to the hashicorp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hashicorp topic, visit your repo's landing page and select "manage topics."
So there is currently an
hvac.v1.Client.sys.list_mounted_secrets_engines()method.However, for obvious reasons this will fail as it will attempt to list all mounted secrets engines (as it calls
/v1/sys/mounts).The web UI, however, shows what mounts the current token has access to.
While poking around the live API documentation the other day (`VAULT_BASE_URI/ui/vault/api-explorer