![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
@philips-software/backstage-plugin-upptime-backend
Advanced tools
Welcome to the upptime-backend backend plugin!
This plugin needs to be added to an existing backstage instance.
# From your Backstage root directory
yarn add --cwd packages/backend @philips-software/backstage-plugin-upptime-backend
You can then add the follwoing to your backend configuration in backend/src/index.ts
:
backend.add(import('@philips-software/backstage-plugin-upptime-backend'));
This plugin allows configuration of either a single or multiple global Upptime repository instances and annotating entities with the instance name. This instance name in the entities is optional, if not provided the default instance in configuration will be used. That allow to keep configuration from before multiple instances capability to keep working without changes.
Config
upptime:
locations:
default:
url: https://github.com/upptime/upptime/
Catalog file
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage
annotations:
upptime.js.org/key: YOUR_PROJECT_KEY
The following will look for status at https://github.com/your-otg/status/
for
the project of key specialProject
.
Config
upptime:
instances:
default:
url: https://github.com/upptime/upptime/
specialProject:
url: https://github.com/your-otg/status
Catalog file
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage
annotations:
upptime.js.org/key: specialProject/YOUR_PROJECT_KEY
If the specialProject/
part is omitted (or replaced with default/
), the
instance of name default
will be used.
FAQs
Unknown package
We found that @philips-software/backstage-plugin-upptime-backend demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 9 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.