-
Updated
Apr 22, 2022 - Go
hashicorp
Here are 722 public repositories matching this topic...
-
Updated
May 5, 2022 - Go
-
Updated
May 6, 2022 - JavaScript
-
Updated
Jan 7, 2022 - HCL
-
Updated
Apr 14, 2022 - JavaScript
-
Updated
May 4, 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 3, 2022 - Go
-
Updated
May 5, 2022 - Go
-
Updated
Mar 28, 2022
-
Updated
Apr 24, 2022 - JavaScript
-
Updated
Feb 23, 2022 - Go
-
Updated
May 2, 2022 - Jinja
-
Updated
Apr 1, 2022 - HTML
-
Updated
May 5, 2022 - Go
-
Updated
May 4, 2022 - Java
-
Updated
May 4, 2022 - Jinja
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
Apr 28, 2022 - HCL
-
Updated
May 3, 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
-
Updated
Mar 18, 2022 - HCL
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