You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin-cli/src/main/java/cloud/katta/cli/commands/setup/AwsStsSetup.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,11 @@
41
41
/**
42
42
* Sets up AWS for Katta in STS mode:
43
43
* <ul>
44
-
* <li>creates/updates OIDC provider for cryptomator, cryptomatorhub and cryptomatorvaults clients.</li>
45
-
* <li>creates roles and role policy for
44
+
* <li>creates/updates OIDC provider for cryptomator, cryptomatorhub and cryptomatorvaults clients.</li>
45
+
* <li>creates roles and role policy for
46
46
* <ul>
47
47
* <li>creating vaults: access restricted to creating buckets with given prefix</li>
48
-
* <li>accessing vaults using <a href="role chaining">https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html</a>: access restricted to reading/writing to single bucket.</li>
48
+
* <li>accessing vaults using <a href="role chaining">https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html</a>: access restricted to reading/writing to single bucket.</li>
0 commit comments