Skip to content

Using sensitiveKeywords in the app.config #14064

Closed Answered by brandonkelly
gbowne-quickbase asked this question in Q&A
Discussion options

You must be logged in to vote

The reason that’s not working for you is because sensitiveKeywords is expected to be set to an array of lowercase, single-word keywords. Setting names are normalized as lowercased individual words (e.g. aws s3 base url) and then compared against those keywords.

I’ve just made the setting less strict, by having the keywords each normalized in the same way, which will fix this for you. (6e0881c)

In the meantime, you could do your own normalization, by replacing AWS_S3_BASE_URL with aws s3 base url. (You can just remove AWS_S3_ACCESS_KEY_ID because that’s already covered by key in the default list.)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gbowne-quickbase
Comment options

@brandonkelly
Comment options

@gbowne-quickbase
Comment options

@brandonkelly
Comment options

Answer selected by brandonkelly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants