This is an automated email from the ASF dual-hosted git repository.
madhan pushed a change to branch RANGER-3923
in repository https://gitbox.apache.org/repos/asf/ranger.git
from 2b307095a Merge branch 'master' into RANGER-3923
add 5f8e3c1b7 RANGER-4319: Restricting policy name character to
configurable length
add ab3805fac RANGER-4354: Improve ChangePassword utility for multiple
default password change request
add 2cc56e127 RANGER-4356: Ranger CSV Report extract may fail with Null
pointer exception
add 50a56de79 RANGER-4374: Getting page not found when wrong password is
send in 'Old Password'
add c1dcb789b RANGER-4367: User with access on Key manager tab not able to
view the "Encryption" tab on the React UI
add a534a51ff RANGER-4285: Ranger Java Patch for adding uiHint in policy
condition for upgrade scenario
add 3a121a835 RANGER-4290: Adding uiHint attribute in policy condition
add b1c0ac608 RANGER-4343: Atlas default policy is showing 2 admin users
in policy items
add 5bc3cb303 RANGER-4371: Ranger authn - add doAs support for JWT
authentication
add 5afc8521e RANGER-4357: Consolidate configs required to enable ORC
audit logs. Test cases for orc audits. Typo fix for zlib compression. (#279)
add 1cf5934dd RANGER-4387: optimize loading of userstore from database
add 82af76567 RANGER-4285: [Best practices] Change java patch seq J10057
to J10060
add be31caf18 RANGER-4389: userstore to include internal attributes
syncSource/isInternal/emailAddress
new 569ff2f27 Merge branch 'master' into RANGER-3923
The 1 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:
.../ranger/audit/provider/AuditWriterFactory.java | 2 +-
.../org/apache/ranger/audit/utils/ORCFileUtil.java | 2 +-
.../ranger/plugin/errors/ValidationErrorCode.java | 3 +
.../model/validation/RangerPolicyValidator.java | 45 +++-
.../ranger/plugin/util/RangerCommonConstants.java | 3 +
.../ranger/services/atlas/RangerServiceAtlas.java | 4 +-
.../handler/jwt/RangerDefaultJwtAuthHandler.java | 4 +-
.../authz/handler/jwt/RangerJwtAuthHandler.java | 22 +-
.../optimized/current/ranger_core_db_mysql.sql | 1 +
.../optimized/current/ranger_core_db_oracle.sql | 1 +
.../optimized/current/ranger_core_db_postgres.sql | 1 +
.../current/ranger_core_db_sqlanywhere.sql | 2 +
.../optimized/current/ranger_core_db_sqlserver.sql | 1 +
.../java/org/apache/ranger/biz/ServiceDBStore.java | 101 +++++----
.../main/java/org/apache/ranger/db/XXGroupDao.java | 67 ++++++
.../main/java/org/apache/ranger/db/XXUserDao.java | 68 +++++-
...lServiceDefForPolicyConditionUpdate_J10060.java | 118 +++++++++++
.../ranger/patch/cliutil/ChangePasswordUtil.java | 57 ++++--
.../java/org/apache/ranger/rest/ServiceREST.java | 16 ++
.../service/RangerServiceDefServiceBase.java | 2 +-
.../apache/ranger/service/XGroupServiceBase.java | 18 +-
.../apache/ranger/service/XUserServiceBase.java | 18 +-
.../main/resources/META-INF/jpa_named_queries.xml | 14 ++
.../react-webapp/src/components/Editable.jsx | 7 -
.../webapp/react-webapp/src/utils/XAMessages.js | 8 +-
.../main/webapp/react-webapp/src/utils/XAUtils.js | 2 +-
.../main/webapp/react-webapp/src/utils/appState.js | 3 +
.../main/webapp/react-webapp/src/utils/fetchAPI.js | 6 +-
.../src/views/AuditEvent/AccessLogDetail.jsx | 10 +-
.../src/views/AuditEvent/AccessLogsTable.jsx | 8 +-
.../src/views/AuditEvent/AdminLogs/PolicyLogs.jsx | 8 +-
.../src/views/AuditEvent/AdminLogs/UserLogs.jsx | 6 +-
.../src/views/Encryption/KeyManager.jsx | 79 +++----
.../src/views/Reports/SearchPolicyTable.jsx | 31 ++-
.../src/views/Reports/UserAccessLayout.jsx | 34 +--
.../src/views/SecurityZone/SecurityZoneForm.jsx | 4 +-
.../src/views/ServiceManager/ServiceDefinition.jsx | 20 +-
.../views/ServiceManager/ServiceViewDetails.jsx | 12 +-
.../react-webapp/src/views/SideBar/SideBar.jsx | 32 ++-
.../react-webapp/src/views/SideBar/SideBarBody.jsx | 1 +
.../users_details/EditUserView.jsx | 51 +++--
.../users_details/UserFormComp.jsx | 10 +-
.../users_details/UserListing.jsx | 2 +-
.../webapp/react-webapp/src/views/UserProfile.jsx | 78 ++++++-
.../org/apache/ranger/audit/TestAuditQueue.java | 227 ++++++++++++++++++++-
45 files changed, 937 insertions(+), 272 deletions(-)
create mode 100644
security-admin/src/main/java/org/apache/ranger/patch/PatchForAllServiceDefForPolicyConditionUpdate_J10060.java