Support uploading config files. #14
No reviewers
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/webapp-deployment-status-api#14
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/configupload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This adds a new
/upload/config
endpoint to the API for uploading encrypted configuration files for later use by the deployer.The payload takes the form:
The request is the encrypted using the deployer's public key (discoverable from its
WebappDeployer
record). This is handled automatically bylaconic-so
but can also be handled manually using standard CLI tools likegpg
andcurl
.For example:
WIP: Config uploadto Support uploading config files.