[
https://issues.apache.org/jira/browse/HDDS-1043?focusedWorklogId=208861&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-208861
]
ASF GitHub Bot logged work on HDDS-1043:
----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Mar/19 14:49
Start Date: 06/Mar/19 14:49
Worklog Time Spent: 10m
Work Description: elek commented on pull request #561: HDDS-1043. Enable
token based authentication for S3 api.
URL: https://github.com/apache/hadoop/pull/561#discussion_r262832760
##########
File path: hadoop-ozone/common/src/main/proto/OzoneManagerProtocol.proto
##########
@@ -567,16 +568,24 @@ message DeleteKeyResponse {
}
message OMTokenProto {
- optional uint32 version = 1;
- optional string owner = 2;
- optional string renewer = 3;
- optional string realUser = 4;
- optional uint64 issueDate = 5;
- optional uint64 maxDate = 6;
- optional uint32 sequenceNumber = 7;
- optional uint32 masterKeyId = 8;
- optional uint64 expiryDate = 9;
- required string omCertSerialId = 10;
+ enum Type {
Review comment:
NIT: can we use the same naming convention for both? (eg. upper case + _, or
anything else, just use the same format)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 208861)
Time Spent: 23h 20m (was: 23h 10m)
> Enable token based authentication for S3 api
> --------------------------------------------
>
> Key: HDDS-1043
> URL: https://issues.apache.org/jira/browse/HDDS-1043
> Project: Hadoop Distributed Data Store
> Issue Type: Sub-task
> Reporter: Ajay Kumar
> Assignee: Ajay Kumar
> Priority: Blocker
> Labels: pull-request-available, security
> Fix For: 0.4.0
>
> Attachments: HDDS-1043.00.patch, HDDS-1043.01.patch,
> HDDS-1043.02.patch, HDDS-1043.03.patch, HDDS-1043.04.patch,
> HDDS-1043.05.patch, HDDS-1043.06.patch, HDDS-1043.07.patch
>
> Time Spent: 23h 20m
> Remaining Estimate: 0h
>
> Ozone has a S3 api and mechanism to create S3 like secrets for user. This
> jira proposes hadoop compatible token based authentication for S3 api which
> utilizes S3 secret stored in OM.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]