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

r/cognito_user_pool_client - Access and ID token validity #14935

Merged
merged 41 commits into from
Mar 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
195e6fd
use enum slices + use built in validation func
DrFaust92 Aug 31, 2020
df24cf2
add access token validity
DrFaust92 Aug 31, 2020
7fd1b4f
id token validity
DrFaust92 Aug 31, 2020
e9354b3
add token validity units block
DrFaust92 Aug 31, 2020
c8c6875
fix range according to aws docs
DrFaust92 Aug 31, 2020
8b4d6de
add `prevent_user_existence_errors` validation
DrFaust92 Aug 31, 2020
c6f5cf0
add more validations
DrFaust92 Aug 31, 2020
f385d8f
add token validity tests (ommited units)
DrFaust92 Aug 31, 2020
faf2152
extract var
DrFaust92 Aug 31, 2020
9f384b1
remove `token_validity_units`
DrFaust92 Aug 31, 2020
f5dbbde
remove `token_validity_units`
DrFaust92 Aug 31, 2020
babfd2f
fix validations and test
DrFaust92 Sep 1, 2020
b4f8c95
fix validations and test
DrFaust92 Sep 1, 2020
de785ec
add docs
DrFaust92 Sep 1, 2020
c9a6b2a
add `token_validity_units`
DrFaust92 Sep 1, 2020
c207095
token_validity_units tests
DrFaust92 Sep 1, 2020
6f53751
docs
DrFaust92 Sep 1, 2020
029ad28
add another disappears test
DrFaust92 Sep 1, 2020
11310bd
fmt
DrFaust92 Nov 9, 2020
7a12728
pinpoint test more specific
DrFaust92 Dec 11, 2020
82353ce
fmt
DrFaust92 Dec 11, 2020
3ef8bac
fmt
DrFaust92 Jan 9, 2021
4ac51f8
changelog
DrFaust92 Feb 17, 2021
db18670
Delete a.txt
DrFaust92 Feb 17, 2021
16cdfde
tests/resource/cognito_user_pool_client: Add ErrorCheck for GovCloud
YakDriver Mar 8, 2021
0c7dd90
Add configuration set attribute
Dec 14, 2020
149dde9
Add documentation for configuration set
Dec 14, 2020
f33953f
resource/cognito_user_pool: Organize email configuration
YakDriver Mar 8, 2021
9e8700e
tests/cognito_user_pool: Add ErrorCheck, split email test
YakDriver Mar 9, 2021
8a1e81c
docs/r/cognito_user_pool: Clean up docs
YakDriver Mar 9, 2021
4e21eb6
tests/r/cognito_user_pool: Fix lint
YakDriver Mar 9, 2021
95d6462
docs/r/cognito_user_pool: Move optional/required to other side of dash
YakDriver Mar 9, 2021
a4e373d
docs/r/cognito_user_pool_client: Clean up docs
YakDriver Mar 9, 2021
fab2a01
r/cognito_user_pool: Clean up errors
YakDriver Mar 9, 2021
55c2980
r/cognito_user_pool_client: Clean up errors
YakDriver Mar 9, 2021
37cb598
r/cognito_user_pool: Update changelog
YakDriver Mar 9, 2021
9199b4a
tests/r/cognito_user_pool: Lint
YakDriver Mar 9, 2021
4473ce3
r/cognito_user_pool: Use enumeration functions
YakDriver Mar 9, 2021
29c3c2d
r/cognito_user_pool_client: Clean up schema
YakDriver Mar 9, 2021
77b3c31
docs/r/cognito_user_pool: Clarify meaning
YakDriver Mar 9, 2021
50a1c32
docs/r/cognito_user_pool: Clarify documentation
mbordas09 Jul 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changelog/14935.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
```release-note:enhancement
resource/aws_cognito_user_pool_client: Add plan time validation for `name`, `default_redirect_uri`, `supported_identity_providers`
```

```release-note:enhancement
resource/aws_cognito_user_pool_client: Add support for `access_token_validity` and `id_token_validity`, `token_validity_units`
```

```release-note:enhancement
resource/aws_cognito_user_pool: Add support for `configuration_set` in `email_configuration`
```
Loading