-
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
bugπ An issue with the systemπ An issue with the system
Description
Describe the Bug
Testing
auth:
providers:
sso-prod:
kind: aws/iam-identity-center
start_url: https://my-org.awsapps.com/start
region: us-east-1
auto_provision_identities: true # One line to enableI do get a list of identities in ~/.cache/atmos/auth/sso-prod/provisioned-identities.yaml.
Some of them contains dots, e.g.
product.usa/ReadOnlyAccess: # <=== The "." here breaks it
kind: aws/permission-set
provider: sso-prod
via:
provider: sso-prod
principal:
account:
id: "000000000000"
name: product.usa
name: ReadOnlyAccessWhich atmos does not support:
$ atmos auth list
Initialize Identities
Error: invalid identity kind
## Explanation
unsupported identity kind:
Initialize Identities
Error: failed to initialize identities: invalid identity config: identity=product: invalid identity kind: unsupported identity kind:
Error
Error: invalid auth config: failed to create auth manager: failed to initialize identities: invalid identity config: identity=product: invalid identity kind: unsupported identity kind:Expected Behavior
it works :-)
Steps to Reproduce
Cf .bug description
Screenshots
No response
Environment
atmos 1.207.0
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Labels
bugπ An issue with the systemπ An issue with the system