Skip to content

Commit

Permalink
PAYARA-1987 create-password-alias runs only on DAS
Browse files Browse the repository at this point in the history
  • Loading branch information
Cousjava committed May 31, 2018
1 parent ca5626d commit 6673c04
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
* only if the new code is made subject to such option by the copyright
* holder.
*/
// Portions Copyright [2018] Payara Foundation and/or affiliates

package com.sun.enterprise.security.cli;

Expand Down Expand Up @@ -82,7 +83,7 @@
@Service(name="create-password-alias")
@PerLookup
@I18n("create.password.alias")
@ExecuteOn(RuntimeType.ALL)
@ExecuteOn(RuntimeType.DAS)
@TargetType({CommandTarget.DAS,CommandTarget.DOMAIN})
@RestEndpoints({
@RestEndpoint(configBean=Domain.class,
Expand Down

0 comments on commit 6673c04

Please sign in to comment.