Links

Secret demo

Tags: #naas #secret #snippet #operations
Author: Jeremy Ravenel
Read the doc: https://naas.gitbook.io/naas/features/secret
Tags: #naas #secret #operations #snippet

Input

Import library

import naas

Model

Variable for the secret

API_NAME = "HUBSPOT"
API_KEY = "123456789"

Output

Add the secret

naas.secret.add(name="API_NAME", secret="API_KEY")