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

4.60.3 #234

Merged
merged 3 commits into from
Mar 31, 2023
Merged

4.60.3 #234

merged 3 commits into from
Mar 31, 2023

Conversation

lifehackjim
Copy link
Contributor

4.60.3

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:

-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:

log_hide_secrets: bool = True
log_hide_secrets: enable or disable hiding of secrets in logging system

Jim Olsen added 3 commits March 31, 2023 14:06
# 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
```
@nate-axonius nate-axonius merged commit f48109d into master 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