Skip to content

Commit

Permalink
Merge pull request #2806 from Cousjava/PAYARA-1987-create-password-al…
Browse files Browse the repository at this point in the history
…ias-replication

PAYARA-1987 create-password-alias runs only on DAS
  • Loading branch information
Pandrex247 authored Jun 15, 2018
2 parents 8821add + 6673c04 commit 7954e5d
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 7954e5d

Please sign in to comment.