A microservice for managing access control to S3 Objects
To learn more about the Common Services available visit the Common Services Showcase page.
.github/ - PR, Issue templates and CI/CD
app/ - Application Root
├── config/ - configuration exposed as environment variables
├── src/ - Node.js web application
│ ├── components/ - Components Layer
│ ├── controllers/ - Controller Layer
│ ├── db/ - Database Layer
│ ├── docs/ - OpenAPI 3.0 Specification
│ ├── middleware/ - Middleware Layer
│ ├── routes/ - API Route Layer
│ └── services/ - Services Layer
│ └── validators/ - data validation schemas
└── tests/ - Node.js web application tests
charts/ - General Helm Charts
└── coms/ - COMS Helm Chart Repository
└── templates/ - COMS Helm Chart Template manifests
k6/ - sample load testing scripts
bcgovpubcode.yml - BCGov public code asset tracking
CODE-OF-CONDUCT.md - Code of Conduct
COMPLIANCE.yaml - BCGov PIA/STRA compliance status
CONTRIBUTING.md - Contributing Guidelines
Dockerfile - Dockerfile Image definition
LICENSE - License
SECURITY.md - Security Policy and Reporting
To report bugs/issues/features requests, please file an issue.
If you would like to contribute, please see our contributing guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Copyright 2022 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.