diff --git a/.env b/.env old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/Dockerfile b/Dockerfile old mode 100644 new mode 100755 diff --git a/Makefile b/Makefile old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/build_image.sh b/build_image.sh old mode 100644 new mode 100755 diff --git a/data/config/cds.yaml b/data/config/cds.yaml old mode 100644 new mode 100755 diff --git a/data/config/lds.yaml b/data/config/lds.yaml old mode 100644 new mode 100755 diff --git a/deployment/deploy.sh b/deployment/deploy.sh old mode 100644 new mode 100755 diff --git a/docker-compose.yml b/docker-compose.yml old mode 100644 new mode 100755 diff --git a/envoy.yaml b/envoy.yaml old mode 100644 new mode 100755 diff --git a/go.mod b/go.mod old mode 100644 new mode 100755 diff --git a/go.sum b/go.sum old mode 100644 new mode 100755 diff --git a/internal/README.md b/internal/README.md old mode 100644 new mode 100755 diff --git a/internal/USECASE.md b/internal/USECASE.md old mode 100644 new mode 100755 diff --git a/internal/api.go b/internal/api.go old mode 100644 new mode 100755 diff --git a/internal/api/types.go b/internal/api/types.go old mode 100644 new mode 100755 diff --git a/internal/api_handlers.go b/internal/api_handlers.go old mode 100644 new mode 100755 diff --git a/internal/app/app.go b/internal/app/app.go old mode 100644 new mode 100755 diff --git a/internal/config/config.go b/internal/config/config.go old mode 100644 new mode 100755 diff --git a/internal/converter.go b/internal/converter.go old mode 100644 new mode 100755 diff --git a/internal/log/log.go b/internal/log/log.go old mode 100644 new mode 100755 diff --git a/internal/pkg/api/api.go b/internal/pkg/api/api.go old mode 100644 new mode 100755 diff --git a/internal/pkg/api/middleware.go b/internal/pkg/api/middleware.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/api/type.go b/internal/pkg/cert/api/type.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/cert.go b/internal/pkg/cert/cert.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/factory.go b/internal/pkg/cert/factory.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/letsencrypt/renew.sh b/internal/pkg/cert/letsencrypt/renew.sh old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/letsencrypt/renewer.go b/internal/pkg/cert/letsencrypt/renewer.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/persist.go b/internal/pkg/cert/persist.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/rotation/rotator.go b/internal/pkg/cert/rotation/rotator.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/tool/cert_parser.go b/internal/pkg/cert/tool/cert_parser.go old mode 100644 new mode 100755 diff --git a/internal/pkg/cert/tool/cert_parser_test.go b/internal/pkg/cert/tool/cert_parser_test.go old mode 100644 new mode 100755 diff --git a/internal/pkg/server/server.go b/internal/pkg/server/server.go old mode 100644 new mode 100755 diff --git a/internal/pkg/snapshot/manager.go b/internal/pkg/snapshot/manager.go old mode 100644 new mode 100755 diff --git a/internal/pkg/snapshot/resource_config.go b/internal/pkg/snapshot/resource_config.go old mode 100644 new mode 100755 diff --git a/internal/pkg/snapshot/resource_io.go b/internal/pkg/snapshot/resource_io.go old mode 100644 new mode 100755 diff --git a/internal/pkg/snapshot/resource_io_test.go b/internal/pkg/snapshot/resource_io_test.go old mode 100644 new mode 100755 diff --git a/internal/pkg/storage/database.go b/internal/pkg/storage/database.go old mode 100644 new mode 100755 diff --git a/internal/pkg/storage/postgres.go b/internal/pkg/storage/postgres.go old mode 100644 new mode 100755 diff --git a/internal/pkg/storage/storage_dump.go b/internal/pkg/storage/storage_dump.go old mode 100644 new mode 100755 diff --git a/internal/pkg/storage/strategy.go b/internal/pkg/storage/strategy.go old mode 100644 new mode 100755 diff --git a/internal/run_server.go b/internal/run_server.go old mode 100644 new mode 100755 diff --git a/main.go b/main.go old mode 100644 new mode 100755 diff --git a/save.json b/save.json old mode 100644 new mode 100755 diff --git a/static/clusters.js b/static/clusters.js old mode 100644 new mode 100755 diff --git a/static/consistency.js b/static/consistency.js old mode 100644 new mode 100755 diff --git a/static/data/logo.png b/static/data/logo.png old mode 100644 new mode 100755 Binary files differ diff --git a/static/data_fetchers.js b/static/data_fetchers.js old mode 100644 new mode 100755 diff --git a/static/data_loader.js b/static/data_loader.js old mode 100644 new mode 100755 diff --git a/static/extension_configs.js b/static/extension_configs.js old mode 100644 new mode 100755 diff --git a/static/global.js b/static/global.js old mode 100644 new mode 100755 diff --git a/static/index.html b/static/index.html old mode 100644 new mode 100755 diff --git a/static/lib/js-yaml.min.js b/static/lib/js-yaml.min.js old mode 100644 new mode 100755 diff --git a/static/listeners.js b/static/listeners.js old mode 100644 new mode 100755 diff --git a/static/modals.js b/static/modals.js old mode 100644 new mode 100755 diff --git a/static/secrets.js b/static/secrets.js old mode 100644 new mode 100755 diff --git a/static/style.css b/static/style.css old mode 100644 new mode 100755 diff --git a/static/tools/cert_issuer.html b/static/tools/cert_issuer.html old mode 100644 new mode 100755 diff --git a/static/tools/filter_chain.html b/static/tools/filter_chain.html old mode 100644 new mode 100755 diff --git a/static/tools/storage_client.html b/static/tools/storage_client.html old mode 100644 new mode 100755 diff --git a/test/test_extension_config_operation.sh b/test/test_extension_config_operation.sh old mode 100644 new mode 100755 diff --git a/test/test_secret_operation.sh b/test/test_secret_operation.sh old mode 100644 new mode 100755