-
Notifications
You must be signed in to change notification settings - Fork 143
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
fix: define Web Modeler Admin role in identity #2395
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 13:41
bc41eea
to
a876354
Compare
aabouzaid
added
the
test-persistent
Don't delete the Helm deployment created by the PR and use fixed names
label
Oct 1, 2024
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 14:30
b2df8ff
to
8de561e
Compare
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha
October 1, 2024 14:36
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 14:36
Destroyed
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 14:52
9c71abc
to
879da92
Compare
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 14:55
2545348
to
109b0b3
Compare
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 14:58
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha
October 1, 2024 14:58
Destroyed
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 15:21
29ec0bf
to
04914a6
Compare
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 15:23
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha
October 1, 2024 15:25
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 15:25
Destroyed
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 16:00
4161bc4
to
930c5e3
Compare
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 16:02
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha
October 1, 2024 16:04
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 16:04
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-latest
October 1, 2024 16:06
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-latest-upgrade
October 1, 2024 16:06
Destroyed
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
2 times, most recently
from
October 1, 2024 16:18
9393918
to
5abb92b
Compare
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha
October 1, 2024 16:19
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 16:20
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha
October 1, 2024 16:23
Destroyed
distro-ci-manage-gh-envs
bot
temporarily deployed
to
gke-2395-intg-alpha-upgrade
October 1, 2024 16:23
Destroyed
aabouzaid
force-pushed
the
2339-identity-first-user-permissions
branch
from
October 1, 2024 16:41
ddd2f7f
to
05019f9
Compare
aabouzaid
changed the title
debug: Identity first user has no permissions
fix: define Web Modeler Admin role in identity
Oct 1, 2024
This was referenced Jan 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
component/identity
size/s
Relative effort/time: Small
test-persistent
Don't delete the Helm deployment created by the PR and use fixed names
tool/github-actions
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Which problem does the PR fix?
Fixes: #2339
What's in this PR?
Because the
Web Modeler Admin
role was missing so Identity wasn't able to assign any role to the Identity's first user.The role was assigned to the user in PR no. #2326, but the role wasn't added.
Checklist
Please make sure to follow our Contributing Guide.
Before opening the PR:
make go.update-golden-only
.After opening the PR: