Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixops
base: 579070b458c6
Choose a base ref
...
head repository: NixOS/nixops
compare: b142ded87eba
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 5, 2018

  1. EC2SecurityGroupState.create(): Ignore duplicate rule errors

    Fixes
    
      machine> adding new rules to EC2 security group ‘charon-d48ef0d9-7bb1-11e8-8c41-507b9defcdfc-bastion-sg’...
      error: EC2ResponseError: 400 Bad Request
      <?xml version="1.0" encoding="UTF-8"?>
      <Response><Errors><Error><Code>InvalidPermission.Duplicate</Code><Message>the specified rule "peer: .../32, TCP, from port: 22, to port: 22, ALLOW" already exists</Message></Error></Errors><RequestID>003f116d-73f3-4162-bcca-80b9d148c82e</RequestID></Response>
    
    This can happen if NixOps's state is out of sync with the actual
    security group. Just ignore.
    edolstra committed Jul 5, 2018
    Configuration menu
    Copy the full SHA
    b142ded View commit details
    Browse the repository at this point in the history