Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Aug 8, 2023
1 parent 3261844 commit f58c64d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ curl --insecure -u admin:password -XPUT "https://localhost:9200/_plugins/_securi
{"status":"FORBIDDEN","message":"Resource 'admin' is read-only."}
{% endhighlight %}

We'll have to do it the hard way.
I found [security#1576](https://github.com/opensearch-project/security/issues/1576) that aims to fix this, but in the meantime, we'll have to do it the hard way.

### The Hard Way

Expand Down Expand Up @@ -204,3 +204,5 @@ $ curl --insecure -u admin:password https://localhost:9200
"tagline" : "The OpenSearch Project: https://opensearch.org/"
}
{% endhighlight %}

Note that restarting the Docker container will override your changes with a clean image.

0 comments on commit f58c64d

Please sign in to comment.