Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ensure it's easy to customize advertised addy's etc with docker #1177

Merged
merged 69 commits into from
Jul 12, 2023

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    9d4c604 View commit details
    Browse the repository at this point in the history
  2. small tweak to Dockerfile

    dovholuknf committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7ba125f View commit details
    Browse the repository at this point in the history
  3. fix run-controller.sh

    dovholuknf committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ba63ade View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. update run-router

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    5f25290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ede9d7e View commit details
    Browse the repository at this point in the history
  3. more changes to run-*sh

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3a1178e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    092c0ae View commit details
    Browse the repository at this point in the history
  5. remove quotes

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    c3357bc View commit details
    Browse the repository at this point in the history
  6. missed quotes

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    82d030d View commit details
    Browse the repository at this point in the history
  7. missed a colon too

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    59792f5 View commit details
    Browse the repository at this point in the history
  8. and another quote

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7aa5eb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    586af15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7871b90 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    83f933c View commit details
    Browse the repository at this point in the history
  12. turns out to be used...

    dovholuknf committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    7104fc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    04a671b View commit details
    Browse the repository at this point in the history
  2. zac misnamed default

    dovholuknf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    3c69ed5 View commit details
    Browse the repository at this point in the history
  3. add createLocalImage.sh to recreate the latest quickstart image. usef…

    …ul when debugging the container scripts without having to rebuild the binaries and adapt the pushLatestDocker.sh to accomodate locally 'pushed' images
    dovholuknf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dd20444 View commit details
    Browse the repository at this point in the history
  4. Fixing router config ctrl listener address

    Changing listener variable names to use the term advertised
    
    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9a32d8d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba1ee41 View commit details
    Browse the repository at this point in the history
  6. Merging latest from base branch

    gberl002 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2482af5 View commit details
    Browse the repository at this point in the history
  7. Adding ZITI_CTRL_BIND_ADDRESS for the ctrl.listener address of the co…

    …ntroller config.
    
    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    dcfb641 View commit details
    Browse the repository at this point in the history
  8. update readme

    dovholuknf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    08942b9 View commit details
    Browse the repository at this point in the history
  9. Small description clarification

    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c8ed4fb View commit details
    Browse the repository at this point in the history
  10. forgot the cp step

    dovholuknf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    7003580 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #1181 from openziti/add-ctrl-address

    Fix router to ctrl address and update names
    dovholuknf authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    f0eb80a View commit details
    Browse the repository at this point in the history
  12. minor improvment to readme

    dovholuknf committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8b9ddcd View commit details
    Browse the repository at this point in the history
  13. Inverting binary result

    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6298bad View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. update quickstart test to allow env vars setting. update docker compo…

    …se and simplified compose
    dovholuknf committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    e35d2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34ff8ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbfb917 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    36868dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78628b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127391f View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    84b336f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccbc8a1 View commit details
    Browse the repository at this point in the history
  3. remove sudo

    dovholuknf committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d8e8058 View commit details
    Browse the repository at this point in the history
  4. remove test file

    dovholuknf committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6b03500 View commit details
    Browse the repository at this point in the history
  5. CtrlPkiAltServerCert -> PkiAltServerCert. add alt server certs to cre…

    …ate router config. add test
    dovholuknf committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b48274b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Fixing some tests

    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fd9a3a4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1190 from openziti/update_tests

    Fixing some tests
    gberl002 authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    a535594 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    e976c14 View commit details
    Browse the repository at this point in the history
  2. fix tests

    dovholuknf committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0985f63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d747b74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2089a10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a13ea07 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    45c40c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad40509 View commit details
    Browse the repository at this point in the history
  3. add hostname to the init file in case someone removes the actual cont…

    …ainer for whatever reason...
    dovholuknf committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    995f64d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e05923f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca5cf11 View commit details
    Browse the repository at this point in the history
  6. missed the $ sign

    dovholuknf committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    e5ddb65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f86fb62 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3d0895e View commit details
    Browse the repository at this point in the history
  9. add alt address

    dovholuknf committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    931568e View commit details
    Browse the repository at this point in the history
  10. refactor ZITI_EDGE_ROUTER to just ZITI_ROUTER. refactor and comment o…

    …ut alt_server_certs to make it easy to update after generating from template
    dovholuknf committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ff50afb View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    dcdbad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fb0182 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6f8036 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Fixing printing of literal newline char

    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9126451 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Flipping boolean result again, fixing formatting issue

    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f3760e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. allow the CSR section of the router to be configured separately from …

    …the _advertised_ address
    dovholuknf committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7094f5d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. remove unused file

    dovholuknf committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    884d8d9 View commit details
    Browse the repository at this point in the history
  2. remove another unused file

    dovholuknf committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    14c7d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf0ab44 View commit details
    Browse the repository at this point in the history
  4. Unsetting custom variable for reentrant capability

    Signed-off-by: gberl002 <[email protected]>
    gberl002 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d4b34d3 View commit details
    Browse the repository at this point in the history
  5. remove extra changelog

    dovholuknf committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    151eece View commit details
    Browse the repository at this point in the history
  6. fix net -> new typo

    dovholuknf committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    fcd336b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6307ad View commit details
    Browse the repository at this point in the history