Skip to content

Commit 4a5bc8e

Browse files
committed
Cleanup docs.
1 parent 3473d5e commit 4a5bc8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

admin-cli/src/main/java/cloud/katta/cli/commands/setup/AwsStsSetup.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@
4141
/**
4242
* Sets up AWS for Katta in STS mode:
4343
* <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
4646
* <ul>
4747
* <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>
4949
* </ul>
5050
* </li>
5151
* </ul>

0 commit comments

Comments
 (0)