You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Deprecates non-camelcase datacite variables.
* Addresses secret handling as described in #117.
---------
Co-authored-by: Andreas Lindhé <[email protected]>
## @param invenio.datacite.existingSecret Existing secret name for datacite username and password
73
+
##
74
+
existingSecret: ""
75
+
## @param invenio.datacite.secretKeys.usernameKey Name of key in existing secret to use for username. Only used when `invenio.datacite.existingSecret` is set.
76
+
## @param invenio.datacite.secretKeys.passwordKey Name of key in existing secret to use for password. Only used when `invenio.datacite.existingSecret` is set.
77
+
##
78
+
secretKeys:
79
+
usernameKey: "DATACITE_USERNAME"
80
+
passwordKey: "DATACITE_PASSWORD"
81
+
## @param invenio.datacite.existing_secret DEPRECATED: use invenio.datacite.existingSecret instead
82
+
##
64
83
existing_secret: false
84
+
## @param invenio.datacite.secret_name DEPRECATED: use invenio.datacite.existingSecret instead
0 commit comments