Skip to content

Commit

Permalink
Enable user/password prompt for /download-docs
Browse files Browse the repository at this point in the history
[#178201436]

Co-authored-by: John Bisek <john.bisek@state.mn.us>
  • Loading branch information
luigi and BisekJM committed May 24, 2021
1 parent 52fc739 commit 8a2fac4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void configureGlobal(AuthenticationManagerBuilder auth,
@Override
protected void configure(HttpSecurity http) throws Exception {
http.authorizeRequests()
.antMatchers("/download-caf/**", "/download-ccap/??????????", "/metrics")
.antMatchers("/download-caf/**", "/download-ccap/??????????", "/download-docs/??????????", "/metrics")
.authenticated()
.and()
.httpBasic();
Expand Down

0 comments on commit 8a2fac4

Please sign in to comment.