-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Extend Pagination and be able to combine with cursor * Change modules config to use new pagination * Add Gsuite login fileset * Update docs * Add CHANGELOG entry * Update config * Add login to config example in docs * Set interval to 2h (cherry picked from commit 1487527)
- Loading branch information
Showing
20 changed files
with
905 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,25 @@ | ||
- module: gsuite | ||
# All logs | ||
saml: | ||
enabled: true | ||
# var.jwt_file: credentials.json | ||
# var.delegated_account: admin@example.com | ||
# var.initial_interval: 24h | ||
# var.http_client_timeout: 60s | ||
# var.user_key: all | ||
# var.interval: 5s | ||
user_accounts: | ||
enabled: true | ||
# var.jwt_file: credentials.json | ||
# var.delegated_account: admin@example.com | ||
# var.initial_interval: 24h | ||
# var.http_client_timeout: 60s | ||
# var.user_key: all | ||
# var.interval: 5s | ||
login: | ||
enabled: true | ||
# var.jwt_file: credentials.json | ||
# var.delegated_account: admin@example.com | ||
# var.initial_interval: 24h | ||
# var.http_client_timeout: 60s | ||
# var.user_key: all | ||
# var.interval: 5s |
Oops, something went wrong.