Skip to content

Commit

Permalink
fix: Placeholders for legal notice and privacy policy (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
jridderbusch authored Mar 12, 2024
1 parent 5ccc02a commit 6dbdc01
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).
- Removed internal tools and utilities
- Rebased the entire history to remove secrets and unrelated code
- Cleaned up dead links
- Added max length validator to most fields (128 symbols) [#17](https://github.com/sovity/authority-portal/issues/17)
- Certificate generation: Added a notice below the generate button [[#19](https://github.com/sovity/authority-portal/issues/19)]
- Fixed an error with input validation that prevented the use of upper-case letters in zip codes [#21](https://github.com/sovity/authority-portal/issues/21)
- Changed order of industry select options [#22](https://github.com/sovity/authority-portal/issues/22)
- Added notification when user clicks on copy button [#24](https://github.com/sovity/authority-portal/issues/24)
- Fix provisioning CaaS breaking dashboard [#27](https://github.com/sovity/authority-portal/issues/27)
- Fixed the text being cut off in the connector self-hosting instructions [#35](https://github.com/sovity/authority-portal/issues/35)
- Added max length validator to most fields (128 symbols) ([#17](https://github.com/sovity/authority-portal/issues/17))
- Certificate generation: Added a notice below the generate button ([#19](https://github.com/sovity/authority-portal/issues/19))
- Fixed an error with input validation that prevented the use of upper-case letters in zip codes ([#21](https://github.com/sovity/authority-portal/issues/21))
- Changed order of industry select options ([#22](https://github.com/sovity/authority-portal/issues/22))
- Added notification when user clicks on copy button ([#24](https://github.com/sovity/authority-portal/issues/24))
- Fix provisioning CaaS breaking dashboard ([#27](https://github.com/sovity/authority-portal/issues/27))
- Fixed the text being cut off in the connector self-hosting instructions ([#35](https://github.com/sovity/authority-portal/issues/35))
- Fixed inconsistent placeholder values for privacy policy and legal notice links ([#41](https://github.com/sovity/authority-portal/issues/41))

### Known issues

Expand Down Expand Up @@ -81,7 +82,7 @@ Final feature release for the first Go-Live of the MDS.
- New Authority Portal Frontend Config
```yaml
# Authority Portal Legal Notice URL
AUTHORITY_PORTAL_FRONTEND_LEGAL_NOTICE_URL: https://mobility-dataspace.online/legal-notice-mds-portal
AUTHORITY_PORTAL_FRONTEND_LEGAL_NOTICE_URL: https://mobility-dataspace.eu/legal-notice
```
#### Compatible Versions
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment-guide/goals/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ AUTHORITY_PORTAL_FRONTEND_LOGIN_URL: https://[AP_FQDN]/oauth2/start?rd=https%3A%
AUTHORITY_PORTAL_FRONTEND_LOGOUT_URL: (...) # Auth Proxy: Logout URL
AUTHORITY_PORTAL_FRONTEND_INVALIDATE_SESSION_COOKIES_URL: https://[AP_FQDN]/oauth2/sign_out # Auth Proxy: URL to invalidate sessions cookies
AUTHORITY_PORTAL_FRONTEND_IFRAME_URL: https://mobility-dataspa-5n9px2qi7r.live-website.com/mds-news # MDS Dashboard iFrame URL
AUTHORITY_PORTAL_FRONTEND_LEGAL_NOTICE_URL: https://mobility-dataspace.online/legal-notice-mds-portal # Authority Portal Legal Notice URL
AUTHORITY_PORTAL_FRONTEND_LEGAL_NOTICE_URL: https://mobility-dataspace.eu/legal-notice # Authority Portal Legal Notice URL
AUTHORITY_PORTAL_FRONTEND_PRIVACY_POLICY_URL: https://mobility-dataspace.online/privacy-policy-mds-portal # MDS Privacy Policy URL
```

Expand Down

0 comments on commit 6dbdc01

Please sign in to comment.