Skip to content
This repository was archived by the owner on Feb 16, 2023. It is now read-only.

Release v0.30.0#198

Merged
SimonBarendse merged 48 commits intomasterfrom
release/v0.30.0
Oct 11, 2019
Merged

Release v0.30.0#198
SimonBarendse merged 48 commits intomasterfrom
release/v0.30.0

Conversation

@SimonBarendse
Copy link
Copy Markdown
Member

@SimonBarendse SimonBarendse commented Oct 11, 2019

Added

  • Add a demo application to be served to demonstrate SecretHub.
  • Read a secret directly to a file by using the --out-file flag.
  • Write a secret directly from a file by using the --in-file flag.

jpcoenen and others added 30 commits September 3, 2019 16:38
This makes it possible to implement CLI commands outside of the main CLI package.
This can be used inside the Getting Started to use as a simple demo app. Can be started with `secrethub example-app serve`. It then serves a web page on the requested ports that tries to connect with httpbin.org. It only succeeds if the APP_USERNAME and APP_PASSWORD environment variables have been set to `demo` and `very-secret-password` respectively.
Change homepage to secrethub.io (instead of secrethub.io/)
No longer use the SecretHub fork, as the required change has been
merged to the upstream repository.
Fix bug MaskedWriter is not flushed before timeout
- Add favicon
- Make logo smaller
- Add footer with link to docs
Write the contents of a file to a secret with the --in-file flag.
Use --out-file (and --file-mode) to write the contents of a secret
directly to a file.
Explicitly set brew install field to develop
Add --in-file option to write command
Add --out-file and --file-mode flags to read
jpcoenen and others added 18 commits October 9, 2019 14:22
# Conflicts:
#	internals/secrethub/acl_check.go
#	internals/secrethub/generate.go
#	internals/secrethub/list.go
You can still get the commands specific help with:
secrethub demo --help
secrethub demo init --help
secrethub demo serve --help
This allows you to create a demo repository in other workspaces
as well.
Mention AWS in service aws ls --help
@SimonBarendse SimonBarendse merged commit 815b5d1 into master Oct 11, 2019
@SimonBarendse SimonBarendse deleted the release/v0.30.0 branch October 11, 2019 10:31
@SimonBarendse SimonBarendse restored the release/v0.30.0 branch October 11, 2019 10:31
@SimonBarendse SimonBarendse deleted the release/v0.30.0 branch October 11, 2019 10:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants