turbot / pipe-fittings

Shared components for use across pipe projects.
https://github.com/turbot
GNU Affero General Public License v3.0
14 stars 6 forks source link

Can Flowpipe let me know if have an unsupported `credential` type? #253

Closed cbruno10 closed 9 months ago

cbruno10 commented 11 months ago

If I have a creds file in my default config dir, or in my mod dir:

cbruno@M1P ~ % cat ~/.flowpipe/config/slack.fpc
credential "slacks" "my_slack" {
  token = "xoxp-..."
}

Can Flowpipe let me know if I have an unsupported type (should be slack instead of slacks)?

github-actions[bot] commented 9 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

vhadianto commented 9 months ago

This is covered in the latest refactoring in https://github.com/turbot/pipe-fittings/commit/3862f6ca09e90aea033b6ec186c27893a5901538

Added test case to verify: https://github.com/turbot/pipe-fittings/commit/f4e1fc3956dd3c17fbd937b63e0c53723c1b6b45