This is an automated email from the ASF dual-hosted git repository.
sarath pushed a change to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/atlas.git.
from c354c7a ATLAS-3307 :- UT fix to add Tag propagation property which is
not configured for all tags #59
new 567dc62 ATLAS-3311: changes Download link text from Source Downloads
=> All Releases for master
new 9442a4f ATLAS-3314: Update relationshipCategory between spark_table
and spark_storagedesc type
new fd25449 ATLAS-3153 :- Add Keycloak authentication method to Atlas.
new 88ea258 ATLAS-3153 : Testcase fix due to Keycloak authentication
method commit.
new ae306dd ATLAS-3316 getResolvedEntityVertex returns null if
AtlasRelatedObjectId is referenced with AtlasObjectId
new e3aba09 ATLAS-3318: Throw exception when getGraphInstance() is unable
to open janusgraph instance
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
addons/models/1000-Hadoop/1100-spark_model.json | 6 +-
docs/src/site/site.xml | 29 +---
docs/src/site/twiki/Atlas-Authentication.twiki | 28 ++++
.../graphdb/janus/AtlasJanusGraphDatabase.java | 3 +
pom.xml | 4 +
.../store/graph/EntityGraphDiscoveryContext.java | 4 +
webapp/pom.xml | 8 +
.../web/security/AtlasAuthenticationProvider.java | 32 +++-
.../AtlasKeycloakAuthenticationProvider.java | 76 ++++++++++
.../atlas/web/security/AtlasSecurityConfig.java | 165 +++++++++++++++++++--
webapp/src/test/resources/test-spring-security.xml | 2 +
11 files changed, 311 insertions(+), 46 deletions(-)
create mode 100644
webapp/src/main/java/org/apache/atlas/web/security/AtlasKeycloakAuthenticationProvider.java