Skip to content

Commit

Permalink
Fixing quickstart (#5585)
Browse files Browse the repository at this point in the history
Co-authored-by: Andres Torres <[email protected]>
  • Loading branch information
galvana and andres-torres-marroquin authored Dec 10, 2024
1 parent bef6e27 commit dab4de4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ The types of changes are:
- Adding `dsr_testing_tools_enabled` security setting [#5573](https://github.com/ethyca/fides/pull/5573)

### Fixed
- SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets.
- Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires
- SaaS integrations using `oauth_client_credentials` now properly update their access token when editing the secrets [#5548](https://github.com/ethyca/fides/pull/5548)
- Saas integrations using `oauth_client_credentials` now properly refresh their access token when the current token expires [#5569](https://github.com/ethyca/fides/pull/5569)
- Fixing quickstart.py script [#5585](https://github.com/ethyca/fides/pull/5585)

## [2.51.0](https://github.com/ethyca/fides/compare/2.50.0...2.51.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Need to manually import this model because it's used in src/fides/api/models/property.py
# but that file only imports it conditionally if TYPE_CHECKING is true
from fides.api.models.detection_discovery import MonitorConfig
from fides.api.models.experience_notices import ExperienceNotices
from fides.api.models.privacy_experience import PrivacyExperienceConfig
from fides.api.service.connectors.sql_connector import PostgreSQLConnector
Expand Down

0 comments on commit dab4de4

Please sign in to comment.