Tweak laconicd config to allow setting endpoint port and to make the fixturenet restartable. #660
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
feature
good first issue
help wanted
in progress
invalid
question
wontfix
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
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/stack-orchestrator#660
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "telackey/endpoint"
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?
Needed to let the endpoint sit behind an SSL proxy.
Are the create-fixturenet.sh changes related to pulling in a newer version of init.sh from laconicd?
No, but the actual changes are hard to see because of the indent.
It is just an
if
around the creation stuff. I also removed the call to make (which isn't installed, so does nothing) and the delete, which likewise doesn't work as intended, because it tries to remove a bind-mounted dir.Can you see if you can put the changes into the file in the laconicd repo, or come up with a refactoring that would make any changes here minimal and easy to see by diffing? The general idea is that this file shouldn't be maintained both here and in the laconicd repo. It's a bit of a hack that it's here in the first place.
Done: cerc-io/laconicd#117