Kong / kong-plugin-openwhisk

A kong plugin to invoke OpenWhisk action (serverless functions as service).
Apache License 2.0
9 stars 10 forks source link

chore(gha): preemptively add 1p creds #25

Closed curiositycasualty closed 10 months ago

curiositycasualty commented 10 months ago

This change is required to accommodate the forthcoming work in https://github.com/Kong/kong-license/pull/25

That work will change kong-license such that the license is sourced directly from 1Password, rather than it being sourced from Pulp using credentials from 1Password (as is the case today). Meaning that workflows needing to run Kong/kong-license's will require 1P credentials instead of the Pulp password.

This work is a necessary step in the deprecation of Pulp aka KAG-2247 / KAG-3254.

Leaving the Pulp password for now so that https://github.com/Kong/kong-license/pull/25 can be merged after this PR.