Skip to content

Conversation

@progrium
Copy link
Contributor

@progrium progrium commented May 9, 2017

Components can now hook into early session handling. A number of early session handling logic has been put into their respective components. This means you can easily turn them off by disabling their component.

For example, one you might want to turn off in development is the access component which checks GitHub if your user is in the alpha group. This is shown as an example in .env.example.

Another example is disabling the notice on first-time SSH login to login via web first. This is currently tied to the console component, which we probably don't want to disable entirely, but eventually we can split this out or make it configurable for that component. To disable this notice and the console interface you'd set your .env:

export CONSOLE_ENABLED=false

…ndling logic into respective components.

Signed-off-by: Jeff Lindsay <progrium@gmail.com>
@progrium progrium requested a review from mattatcha May 9, 2017 01:32
@progrium
Copy link
Contributor Author

progrium commented May 9, 2017

Grumble. Not sure which I'd rather do: update the CI image to Go 1.8 or change sorting back to 1.7 style. :\

Signed-off-by: Jeff Lindsay <progrium@gmail.com>
@progrium
Copy link
Contributor Author

progrium commented May 9, 2017

CI passed. Quick review @MattAitchison ?

@mattatcha mattatcha merged commit 473573c into master May 9, 2017
@josegonzalez josegonzalez deleted the preprocessors branch May 31, 2017 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants