awx_plugins.credentials.conjur module¶ awx_plugins.credentials.conjur._is_base64(s: str) → bool¶ Check if a given string is base64-encoded. Parameters: s (str) – String to check. Return type: bool Returns: Whether the string is base64-encoded or not. awx_plugins.credentials.conjur.conjur_backend(**kwargs)¶