Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp-module-proxystatistics
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp-module-proxystatistics
Merge requests
!92
feat:
Cron enable/disalbe flag
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
feat:
Cron enable/disalbe flag
cron_disable
into
main
Overview
1
Commits
1
Pipelines
5
Changes
3
Merged
Ghost User
requested to merge
cron_disable
into
main
1 year ago
Overview
1
Commits
1
Pipelines
5
Changes
3
Expand
0
0
Merge request reports
Compare
main
version 3
29fef316
1 year ago
version 2
f1ad5b70
1 year ago
version 1
6b666f24
1 year ago
main (base)
and
latest version
latest version
0df119c2
1 commit,
1 year ago
version 3
29fef316
1 commit,
1 year ago
version 2
f1ad5b70
1 commit,
1 year ago
version 1
6b666f24
1 commit,
1 year ago
3 files
+
29
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
config-templates/module_proxystatistics.php
+
12
−
4
Options
@@ -104,9 +104,17 @@ $config = [
*/
//'apiWritePasswordHash' => password_hash('ap1Wr1T3rP@S$'),
'ignoredIds'
=>
[
'IDP'
=>
[
'spentityid1'
,
'spentityid2'
,
'spentityid3'
,],
'SP'
=>
[
'idpentityid1'
,
'idpentityid2'
,
'idpentityid3'
,],
],
/*
* List of IDP and/or SP EntityIDs for which the login statistic will be ignored even
* when requested to be instered into the storage. By default lists are empty
*/
//'ignoredIds' => [
// 'IDP' => ['spentityid1', 'spentityid2', 'spentityid3',],
// 'SP' => ['idpentityid1', 'idpentityid2', 'idpentityid3',],
//],
/*
* Enabled or disables CRON hook (aggregating the stats). By default is enabled.
*/
//'cronEnabled' => false,
];
Loading