This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Conversation
… table accordingly
master => develop to include readme changes
Audit log bash pagination
Make proxy for HTTP-client configurable through flag
It is still in private beta, listing it would be confusing.
GCP Identity Provider (private beta)
Change the error message to be more in line with the success message. Co-authored-by: Joris Coenen <jpcoenen@users.noreply.github.com>
Update secrethub-go to v0.29.0
…ry-args Support multiple arguments for mkdir command
Otherwise an empty pair of brackets if shown, which looks weird.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added
--proxy-addressflag or by setting theSECRETHUB_PROXY_ADDRESSenvironment variable. (Make proxy for HTTP-client configurable through flag #293)secrethub mkdirnow accepts multiple arguments for directories to create. (Support multiple arguments for mkdir command #290)secrethub auditnow supports--output-format=jsonto output the audit log entries in JSON format. (Audit log bash pagination #269)Changed
secrethub audituses the OS's default pager ($PAGER) to paginate its output. If no default is set,lessor elsemoreis used if it's available. If no pager is available, the output is limited to 100 lines. (Audit log bash pagination #269)