forseti-security / forseti-security

Forseti Security
https://forsetisecurity.org
Apache License 2.0
1.28k stars 275 forks source link

Incorrect configuration variables used in the documentation #1040

Closed joecheuk closed 6 years ago

joecheuk commented 6 years ago

https://forsetisecurity.org/docs/howto/configure/gsuite-group-collection.html#configuring-forseti-to-enable-g-suite-google-groups-collection

In our documentation, we have: groups-domain-super-admin-email groups-service-account-key-file

In the forseti_config.yaml file, we have: domain_super_admin_email groups_service_account_key_file

And they should be the same thing, documentation needs to be updated

joecheuk commented 6 years ago

fixed: https://github.com/GoogleCloudPlatform/forseti-security/pull/1041