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

refactor: update apple and microsoft config key names #2261

Merged
merged 1 commit into from
Feb 25, 2022
Merged

Conversation

aeneasr
Copy link
Member

@aeneasr aeneasr commented Feb 25, 2022

BREAKING CHANGE: The following OpenID Connect configuration keys have been renamed to better explain their purpose:

- private_key_id
+ apple_private_key_id

- private_key
+ apple_private_key

- team_id
+ apple_team_id

- tenant
+ microsoft_tenant

Closes #1979

Related issue(s)

Checklist

  • I have read the contributing guidelines.
  • I have referenced an issue containing the design document if my change
    introduces a new feature.
  • I am following the
    contributing code guidelines.
  • I have read the security policy.
  • I confirm that this pull request does not address a security
    vulnerability. If this pull request addresses a security. vulnerability, I
    confirm that I got green light (please contact
    [email protected]) from the maintainers to push
    the changes.
  • I have added tests that prove my fix is effective or that my feature
    works.
  • I have added or changed the documentation.

Further Comments

aeneasr added a commit to ory/docs that referenced this pull request Feb 25, 2022
@aeneasr aeneasr self-assigned this Feb 25, 2022
BREAKING CHANGE: The following OpenID Connect configuration keys have been renamed to better explain their purpose:

```patch
- private_key_id
+ apple_private_key_id

- private_key
+ apple_private_key

- team_id
+ apple_team_id

- tenant
+ microsoft_tenant
```

Closes #1979
@codecov
Copy link

codecov bot commented Feb 25, 2022

Codecov Report

Merging #2261 (5840542) into master (c5b444a) will decrease coverage by 0.03%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2261      +/-   ##
==========================================
- Coverage   75.85%   75.82%   -0.04%     
==========================================
  Files         308      308              
  Lines       16117    16117              
==========================================
- Hits        12225    12220       -5     
- Misses       3013     3019       +6     
+ Partials      879      878       -1     
Impacted Files Coverage Δ
selfservice/strategy/oidc/provider_config.go 37.20% <ø> (ø)
cmd/courier/watch.go 60.34% <0.00%> (-8.63%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c5b444a...5840542. Read the comment docs.

@aeneasr aeneasr merged commit 6da2370 into master Feb 25, 2022
@aeneasr aeneasr deleted the close-1979 branch February 25, 2022 14:51
aeneasr added a commit to ory/docs that referenced this pull request Mar 3, 2022
@vinckr vinckr mentioned this pull request Mar 18, 2022
aeneasr added a commit to ory/docs that referenced this pull request Mar 21, 2022
peturgeorgievv pushed a commit to senteca/kratos-fork that referenced this pull request Jun 30, 2023
BREAKING CHANGE: The following OpenID Connect configuration keys have been renamed to better explain their purpose:

```patch
- private_key_id
+ apple_private_key_id

- private_key
+ apple_private_key

- team_id
+ apple_team_id

- tenant
+ microsoft_tenant
```

Closes ory#1979
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.

Update config key neames
1 participant