Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Management of secrets in this component #40

Open
harleyguru opened this issue Oct 6, 2020 · 1 comment
Open

Management of secrets in this component #40

harleyguru opened this issue Oct 6, 2020 · 1 comment

Comments

@harleyguru
Copy link

We can use ${ssm:} syntax in serverless framework, but I can't find the way to do it with this component.
I found out parameter-store component, but it doesn't work ever.

@mwawrusch
Copy link

I think the idea behind it is to use aws parameter store to get the parameters from SMS into the serverless and reference those:

component: aws-parameter-store
org: XXXX
app: YYYYYY
name: issuer-sms-parameters
stage: prod

inputs:
  parameters:
    - name: dbIssuerKey
      path: /prod/faunadb/issuer/key

And you should be able to reference those as ${output:issuer-sms-parameters.dbIssuerKey}
Note I haven't tried the latter part so there might be a syntax discrepancy in it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants