Skip to content

convox/rack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

…n ips

### What is the feature/fix?

Add support to restrict rack api access from certain ips

convox/issues-private#829

### Add screenshot or video (optional)

https://user-images.githubusercontent.com/12232198/212930443-544bb3a5-4d05-4218-a573-7c44dd456338.mp4

### Does it has a breaking change?

no, but if user set wrong ips, then convox console and cli will not able to access it

### How to use/test it?

- Install/update rack to this version: convox rack update 20230117133524-feat-829_whitelist_ips
- then `convox rack params set WhiteList="54.144.53.172/24"`
- and check access

### Checklist
- [ ] New coverage tests
- [ ] Unit tests passing
- [ ] E2E tests passing
- [ ] E2E downgrade/update test passing
- [ ] Documentation updated
- [ ] No warnings or errors on Deepsource/Codecov
da4f7d0

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
ci
 
 
cmd
 
 
 
 
pkg
 
 
 
 
 
 
sdk
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

convox/rack

Convox Rack is a private PaaS that runs in your AWS account.

Usage

Installation

Install a Rack from Convox Console

Usage

$ convox apps create myapp
Creating app myapp... OK

$ convox env set SECRET=foo -a myapp
Setting SECRET... OK, RABCDEFGH

$ convox deploy ~/src/myapp -a myapp
Building myapp... OK
Creating release RHGFEFCBA... OK
Promoting release RHGFEFCBA... OK

Related

License

Apache 2.0