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

Allow passing additional configuration during bootstrap #72

Merged
merged 10 commits into from
Nov 23, 2023

Commits on Nov 23, 2023

  1. internal/rest/types: Adds InitConfig to Control type.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    cf640ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4547d8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ba449d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc16f4f View commit details
    Browse the repository at this point in the history
  5. internal/rest/resources: Update calls to StartAPI.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9b03ef3 View commit details
    Browse the repository at this point in the history
  6. internal/daemon: Update calls to StartAPI.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ebb736b View commit details
    Browse the repository at this point in the history
  7. config: Add initConfig to bootstrap and join hooks.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    ccde623 View commit details
    Browse the repository at this point in the history
  8. internal/daemon: Update calls to hooks.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    9e93089 View commit details
    Browse the repository at this point in the history
  9. microctl: Update example to pass in config on init.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    81c1160 View commit details
    Browse the repository at this point in the history
  10. microd: Update example to log config passed in on init.

    Signed-off-by: Mark Laing <[email protected]>
    markylaing committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    51dffd8 View commit details
    Browse the repository at this point in the history