teleport/integration
Ev Kontsevoy 4a635ec949 Added "seed_config" configuration flag
Teleport YAML config now has a new configuration variable for internal
use by Gravitational:

```yaml
teleport:
   seed_config: true
```

If set to 'true', Teleport treats YAML configuration simply as a seed
configuration on first start.

If set to 'false' (default for OSS version), Teleport will throw away
its back-end config, treating YAML config as the only source of truth.

Specifically, for now, the following settings are thrown away if not
found in YAML:

- trusted authorities
- reverse tunnels
2016-06-17 11:55:22 -07:00
..
helpers.go Added "seed_config" configuration flag 2016-06-17 11:55:22 -07:00
integration.go Added new integration test (not turned on yet) 2016-04-07 18:20:38 -07:00
integration_test.go Added "seed_config" configuration flag 2016-06-17 11:55:22 -07:00