-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from brian-dlee/bl-file-secrets
v0.2.1 - support file secrets
- Loading branch information
Showing
15 changed files
with
399 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
{ | ||
"encryptionKeyEnvironmentVariable": "SMUGGLER_ENCRYPTION_KEY", | ||
"encryptionIVEnvironmentVariable": "SMUGGLER_ENCRYPTION_IV", | ||
"includeVariablePrefix": "SMUGGLER__" | ||
"includeVariablePrefix": "SMUGGLER__", | ||
"includeFiles": [ | ||
{ | ||
"type": "file", "path": ".smuggler/a-fake-credentials-file.json", "variable": "CREDENTIALS_JSON_BASE64" | ||
} | ||
] | ||
} | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"_id": "630138266b891f0be50f6402", | ||
"index": 0, | ||
"guid": "d36bd609-4cde-4478-97fa-3af616e9e14e", | ||
"isActive": true, | ||
"balance": "$2,921.79", | ||
"picture": "http://placehold.it/32x32", | ||
"age": 38, | ||
"eyeColor": "brown", | ||
"name": "Amparo Mclaughlin", | ||
"gender": "female", | ||
"company": "ZOLAR", | ||
"email": "[email protected]", | ||
"phone": "+1 (908) 429-2706", | ||
"address": "987 Albemarle Road, Fidelis, Washington, 5328", | ||
"about": "Excepteur ea do adipisicing ut proident aliquip voluptate nisi non ullamco minim do sit ea. Aliquip reprehenderit occaecat commodo in pariatur ex dolor sint aliqua tempor ipsum dolore mollit dolore. Ad tempor quis dolore irure esse ullamco incididunt anim et officia sint irure adipisicing. Adipisicing dolore cupidatat voluptate non mollit irure consectetur pariatur excepteur. Culpa adipisicing excepteur anim occaecat id dolor cupidatat consectetur enim culpa magna do culpa occaecat.\r\n", | ||
"registered": "2019-08-02T12:02:58 +07:00", | ||
"latitude": 87.967907, | ||
"longitude": 157.518182, | ||
"tags": [ | ||
"pariatur", | ||
"occaecat", | ||
"aute", | ||
"sunt", | ||
"incididunt", | ||
"minim", | ||
"nulla" | ||
], | ||
"friends": [ | ||
{ | ||
"id": 0, | ||
"name": "Peterson Grimes" | ||
}, | ||
{ | ||
"id": 1, | ||
"name": "Dotson Burke" | ||
}, | ||
{ | ||
"id": 2, | ||
"name": "Carson Harrell" | ||
} | ||
], | ||
"greeting": "Hello, Amparo Mclaughlin! You have 9 unread messages.", | ||
"favoriteFruit": "strawberry" | ||
} |
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
.env |
This file contains 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
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
64bb725
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
smuggler – ./
smuggler-gamma.vercel.app
smuggler-git-main-briandlee.vercel.app
smuggler-briandlee.vercel.app
smuggler.brian-dlee.dev