2ff6e05ffc
Permit integration - part 1 * WIP permit integration * slim down build * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/permit-integration-1 * omit swagger from auth * clean build * comment * part 1 completed this is the initial permitio parts and tests without integration. Also testing.md since we have a new test target `task test:permitio` * feature flag for no jwt validation * permit integration * fix ci unit tests * ci fix * build fix * fix home handler * fix redirect * test fix * update docs for auth
65 lines
920 B
Plaintext
65 lines
920 B
Plaintext
# Include any files or directories that you don't want to be copied to your
|
|
# container here (e.g., local build artifacts, temporary files, etc.).
|
|
#
|
|
# For more help, visit the .dockerignore file reference guide at
|
|
# https://docs.docker.com/go/build-context-dockerignore/
|
|
|
|
**/.DS_Store
|
|
**/.classpath
|
|
**/.dockerignore
|
|
**/.env
|
|
**/.project
|
|
**/.settings
|
|
**/.toolstarget
|
|
**/.vs
|
|
**/.vscode
|
|
**/*.*proj.user
|
|
**/*.dbmdl
|
|
**/*.jfm
|
|
**/bin
|
|
**/charts
|
|
**/docker-compose*
|
|
**/compose.y*ml
|
|
**/node_modules
|
|
**/npm-debug.log
|
|
**/obj
|
|
**/secrets.dev.yaml
|
|
**/values.dev.yaml
|
|
LICENSE
|
|
README.md
|
|
temp/
|
|
|
|
**/*_test.go
|
|
cmd/*_test/
|
|
.bitbucket/
|
|
.devbox/
|
|
deployments/
|
|
mocks/
|
|
out/
|
|
serviceAPIs/
|
|
test/
|
|
docs/
|
|
docs_temp/
|
|
assets/
|
|
**/*.pdf
|
|
**/*.png
|
|
**/*.jpg
|
|
**/*.jpeg
|
|
**/*.gif
|
|
pkg/
|
|
internal/test/
|
|
Taskfile.yml
|
|
scripts/
|
|
.gitattributes
|
|
.gitignore
|
|
.golangci.yml
|
|
.mockery.yml
|
|
.openapi.yml
|
|
.yamllint.yml
|
|
devbox.*
|
|
sqlc.yml
|
|
vaccum.conf.yaml
|
|
.*.yml
|
|
**/*.cast
|
|
**/*.http
|