Skip to content

Commit c2321d5

Browse files
committed
fixup
1 parent 518ab55 commit c2321d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf/himari/config.ru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ use(Himari::Middlewares::AuthorizationRule, name: 'grafana') do |context, decisi
240240
end
241241

242242
use(Himari::Middlewares::AuthorizationRule, name: 'amc-github') do |context, decision|
243-
next decision.skip!('client not in scope') unless context.client.name == 'amc' || context.client.name == 'amc-local' || context.client.name == 'amc-local2'
243+
next decision.skip!('client not in scope') unless context.client.name == 'amc' || context.client.name == 'amc-local' || context.client.name == 'amc-mairu'
244244
next decision.skip!('provider not in scope') unless context.user_data[:provider] == 'github'
245245

246246
groups = decision.claims.dig(:groups)

0 commit comments

Comments
 (0)