We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25e689 commit 1fb9f51Copy full SHA for 1fb9f51
example.py
@@ -36,7 +36,7 @@
36
## These can either be `ionic-protected-*` prefixed so Ionic.com can't see them, and only other requestors who
37
## access the key can; or they can be unencrypted so that Ionic.com can use their values in policy decisions.
38
dictKeyAttrs = {
39
- 'classification': 'Public',
+ 'classification': ['Public'],
40
'ionic-protected-test': ['encrypted_value_1']
41
}
42
created_keys = create_keys(ionic_sep, dictKeyAttrs)
0 commit comments