Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backmerge 4.60.3 #235

Merged
merged 9 commits into from
Mar 31, 2023
Merged

backmerge 4.60.3 #235

merged 9 commits into from
Mar 31, 2023

Conversation

lifehackjim
Copy link
Contributor

No description provided.

nate-axonius and others added 9 commits February 20, 2023 14:00
Bugfixes for QA gold release SA-3419
# 4.60.3
<!-- MarkdownTOC -->

- [Bugfix: Error while getting dashboard spaces](#bugfix-error-while-getting-dashboard-spaces)
- [Bugfix: Warning while getting adapter fetch history events](#bugfix-warning-while-getting-adapter-fetch-history-events)
- [Feature: Add option to disable log secret hiding](#feature-add-option-to-disable-log-secret-hiding)

<!-- /MarkdownTOC -->

## Bugfix: Error while getting dashboard spaces

The schema for Chart objects within Dashboard Spaces was raising errors due to newly added attributes 'shared' and 'private'.

## Bugfix: Warning while getting adapter fetch history events

The schema for Adapter Fetch History Events was raising warnings due to newly added attributes 'axonius_version'.

## Feature: Add option to disable log secret hiding

New command line argument for axonshell:

```text
-lhs, --log-hide-secrets / -nlhs, --no-log-hide-secrets
                                Enable hiding of secrets in log output  [env
                                var: AX_LOG_HIDE_SECRETS; default: log-hide-
                                secrets]
```

New parameter for `axonius_api_client.connect.Connect`:

```text
log_hide_secrets: bool = True
log_hide_secrets: enable or disable hiding of secrets in logging system
```
@lifehackjim lifehackjim merged commit 3024eb6 into SA-3421/feature/enforcement_tasks Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants