Skip to content

Commit

Permalink
add basic auth with small workaround :hidethepain
Browse files Browse the repository at this point in the history
  • Loading branch information
pmacius committed Oct 17, 2024
1 parent 0539a97 commit b2d3742
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/alfresco-content-services/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ Please refer to the [documentation](https://github.com/Alfresco/acs-deployment/b
| elasticsearchAudit.clusterHealthCheckParams | string | `"wait_for_status=yellow&timeout=1s"` | |
| elasticsearchAudit.clusterName | string | `"elasticsearch-aas"` | |
| elasticsearchAudit.enabled | bool | `true` | Enables the embedded elasticsearch cluster for alfresco-audit-storage |
| elasticsearchAudit.esConfig."elasticsearch.yml" | string | `"xpack.security.enabled: true\ndiscovery.type: single-node\ncluster.initial_master_nodes: \"\"\n"` | |
| elasticsearchAudit.extraEnvs[0].name | string | `"ELASTIC_USERNAME"` | |
| elasticsearchAudit.extraEnvs[0].valueFrom.secretKeyRef.key | string | `"AUDIT_ELASTICSEARCH_USERNAME"` | |
| elasticsearchAudit.extraEnvs[0].valueFrom.secretKeyRef.name | string | `"alfresco-aas-elasticsearch-secret"` | |
Expand Down
5 changes: 5 additions & 0 deletions helm/alfresco-content-services/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,11 @@ elasticsearchAudit:
secretKeyRef:
name: *aas_elasticsearch_secretName
key: AUDIT_ELASTICSEARCH_PASSWORD
esConfig:
elasticsearch.yml: |
xpack.security.enabled: true
discovery.type: single-node
cluster.initial_master_nodes: ""
ingress:
enabled: true
annotations:
Expand Down

0 comments on commit b2d3742

Please sign in to comment.