Skip to content

Commit 29ef1c2

Browse files
authored
Merge pull request #57 from shingo78/fix/cloud-gateway-metadata-url
Update the Cloud Gateway metadata URL
2 parents a9185d6 + 879b28b commit 29ef1c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth-proxy/resources/etc/templates/federation/module_metarefresh.php.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ $config = [
2222
'cron' => ['daily'],
2323
'sources' => [
2424
[
25-
'src' => 'https://meatwiki.nii.ac.jp/confluence/download/attachments/6684843/cgidp-metadata.xml?api=v2'
25+
'src' => 'https://nii-auth.atlassian.net/wiki/download/attachments/44532011/cgidp-metadata.xml?api=v2',
2626
]
2727
],
2828
'outputDir' => 'metadata/attributeauthority-remote/',

0 commit comments

Comments
 (0)