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

server: Add optional auth token #736

Closed

Commits on May 13, 2019

  1. server: Add optional authorization to MCS

    This is a currently optional hardening, an admin (or the installer)
    can do e.g.:
    
    ```
    oc -n openshift-machine-config-operator create secret generic --from-literal=worker=$(pwgen 32 1) ignition-auth
    ```
    
    From there, the PXE setup, or cloud-init requests will need to provide
    an `auth` query parameter when requesting `MachineConfig` objects from
    the MCS.
    cgwalters committed May 13, 2019
    Configuration menu
    Copy the full SHA
    5e6a17b View commit details
    Browse the repository at this point in the history