Skip to content
Snippets Groups Projects

deposit: Expose static data and add authentication on private api endpoints

Closed Antoine R. Dumont requested to merge deposit-complete-chart into staging
1 unresolved thread
Files
4
+ 12
0
# This is to configure the minikube web ingress with basic authentication
# for test purposes
---
apiVersion: v1
kind: Secret
metadata:
name: basic-auth
type: Opaque
stringData:
auth: |
# test:"this is a test"
test:$apr1$TvxOQ9g4$gWq21J3PfQZngpjeLNV3d0
Loading