Skip to content

Commit

Permalink
Remove settings
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Aug 23, 2024
1 parent e6be769 commit f5d0568
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*/
package org.opensearch.jobscheduler.sampleextension;

import org.opensearch.common.settings.Setting;
import org.opensearch.jobscheduler.spi.JobSchedulerExtension;
import org.opensearch.jobscheduler.spi.ScheduledJobParser;
import org.opensearch.jobscheduler.spi.ScheduledJobRunner;
Expand Down Expand Up @@ -57,14 +56,6 @@ public class SampleExtensionPlugin extends Plugin implements ActionPlugin, JobSc

static final String JOB_INDEX_NAME = ".scheduler_sample_extension";

@Override
public List<Setting<?>> getSettings() {
return List.of(
Setting.simpleString("username", Setting.Property.NodeScope, Setting.Property.Filtered),
Setting.simpleString("password", Setting.Property.NodeScope, Setting.Property.Filtered)
);
}

@Override
public Collection<Object> createComponents(
Client client,
Expand Down

0 comments on commit f5d0568

Please sign in to comment.