Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
atlas
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dataplatform
atlas
Commits
e7071476
Commit
e7071476
authored
5 years ago
by
nixonrodrigues
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ATLAS-3153 : Testcase fix due to Keycloak authentication method commit.
parent
645bc94e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
test-spring-security.xml
webapp/src/test/resources/test-spring-security.xml
+2
-0
No files found.
webapp/src/test/resources/test-spring-security.xml
View file @
e7071476
...
...
@@ -62,11 +62,13 @@
</beans:bean>
<beans:bean
id=
"atlasADProvider"
class=
"org.apache.atlas.web.security.AtlasADAuthenticationProvider"
/>
<beans:bean
id=
"atlasPamProvider"
class=
"org.apache.atlas.web.security.AtlasPamAuthenticationProvider"
/>
<beans:bean
id=
"atlasKeycloakProvider"
class=
"org.apache.atlas.web.security.AtlasKeycloakAuthenticationProvider"
/>
<beans:bean
id=
"atlasAuthenticationProvider"
class=
"org.apache.atlas.web.security.AtlasAuthenticationProvider"
>
<beans:constructor-arg
index=
"0"
ref=
"atlasLDAPProvider"
/>
<beans:constructor-arg
index=
"1"
ref=
"atlasFileProvider"
/>
<beans:constructor-arg
index=
"2"
ref=
"atlasADProvider"
/>
<beans:constructor-arg
index=
"3"
ref=
"atlasPamProvider"
/>
<beans:constructor-arg
index=
"4"
ref=
"atlasKeycloakProvider"
/>
</beans:bean>
<beans:bean
id=
"krbAuthenticationFilter"
class=
"org.apache.atlas.web.filters.AtlasAuthenticationFilter"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment