Closed DaanRademaker closed 1 year ago
See pull request: https://github.com/godatadriven/databricks-cdk/pull/818
since it's a secure string this should never be done in plain text. Must be stored in parameter store of secret manager from the deploy lambda
Fair enough. I will think of some way to use this with secrets.
I don't seem to be able to create a param with a secure string, this is not possible in cloudformation templates. https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ssm/README.html#creating-new-ssm-parameters-in-your-cdk-app
So only option would be to use secret manager directly.
fixed by #911
Currently I am not able to get the generated token_value from the Construct. Looking at for example the credentials construct I see that there is a public function attached to return attribute string. Would this be required for token too?