Skip to content

Set parent client's token on its clone - #1270

Merged
benashz merged 1 commit into
mainfrom
VAULT-4650/fix-new-enity-read-error
Dec 22, 2021
Merged

Set parent client's token on its clone#1270
benashz merged 1 commit into
mainfrom
VAULT-4650/fix-new-enity-read-error

Conversation

@benashz

@benashz benashz commented Dec 22, 2021

Copy link
Copy Markdown
Collaborator

During new entity type resource creation, the parent's token was not
being set on the retry clone client. Setting the token is required since
client.Clone() does not include the token.

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" comments, they generate extra noise for pull request followers and do not help prioritize the request

Closes #1269

Release note for CHANGELOG:


Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccXXX'

...

@benashz benashz added this to the 3.1.1 milestone Dec 22, 2021
During new entity type resource creation, the parent's token was not
being set on the retry clone client. Setting the token is required since
`client.Clone()` does not include the token.
@benashz
benashz force-pushed the VAULT-4650/fix-new-enity-read-error branch from e8e3687 to f0a1e9f Compare December 22, 2021 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error: error reading IdentityGroup

2 participants