File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22. .env
3- doco exec -it opensearch curl -XPUT -u admin:${OPENSEARCH_PASSWORD} " opensearch:9200/_plugins/_security/api/roles/indexer_${BRAND} " -H " Content-Type: application/json" -d " $( cat << EOF
3+ docker compose exec -it opensearch curl -XPUT -u admin:${OPENSEARCH_PASSWORD} " opensearch:9200/_plugins/_security/api/roles/indexer_${BRAND} " -H " Content-Type: application/json" -d " $( cat << EOF
44{
55 "cluster_permissions": [
66 "cluster_composite_ops_monitor",
3131
3232) "
3333
34- doco exec -it opensearch curl -XPUT admin:${OPENSEARCH_PASSWORD} -XPUT " http://opensearch:9200/_plugins/_security/api/internalusers/indexer_${BRAND} " \
34+ docker compose exec -it opensearch curl -XPUT -u admin:${OPENSEARCH_PASSWORD} -XPUT " http://opensearch:9200/_plugins/_security/api/internalusers/indexer_${BRAND} " \
3535 -H " Content-Type: application/json" \
3636 -d " $( cat << EOF
3737{
You can’t perform that action at this time.
0 commit comments