[ https://issues.apache.org/jira/browse/TWILL-189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15951557#comment-15951557 ]
ASF GitHub Bot commented on TWILL-189: -------------------------------------- Github user chtyim commented on a diff in the pull request: https://github.com/apache/twill/pull/48#discussion_r109237595 --- Diff: twill-api/src/main/java/org/apache/twill/api/security/SecureStoreRenewer.java --- @@ -0,0 +1,40 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.apache.twill.api.security; + +import org.apache.twill.api.RunId; +import org.apache.twill.api.SecureStore; +import org.apache.twill.filesystem.Location; + +import java.io.IOException; + +/** + * This class is responsible for renewing the secure store used by application. + */ +public abstract class SecureStoreRenewer { + + /** + * Renew the secure store for an application run. It must use the {@link Location} provided by the --- End diff -- updated > SecureStoreUpdater should support updating secure store as other users > ---------------------------------------------------------------------- > > Key: TWILL-189 > URL: https://issues.apache.org/jira/browse/TWILL-189 > Project: Apache Twill > Issue Type: New Feature > Components: api > Affects Versions: 0.7.0-incubating > Reporter: Ali Anwar > Fix For: 0.11.0 > > > SecureStoreUpdater always creates secure stores for the current user and > writes these as the current user. > It should allow writing the secure store as a different user. > For an example use case, see: https://github.com/caskdata/cdap/pull/6380 -- This message was sent by Atlassian JIRA (v6.3.15#6346)